LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: pull-request

Browse skills that share this tag.

  • review - Pre-landing pull request review tool
    code-reviewgitpull-requestsecurity-review

    ★ 2 · Updated 2026-09-24

    Analyzes git diffs against the base branch for SQL safety, race conditions, LLM trust boundaries, and structural issues.

    ⚙ Detect target base branch⚙ Fetch git diff against base⚙ Execute two pass diff review
  • changes-to-pr - Turn working-tree changes into commits, branches, and PRs
    gitpull-requestcommitworkflow

    ★ 7 · Updated 2026-09-24

    Turns working-tree changes into atomic commits and, per repo policy, cuts a branch and opens a PR with a drafted description.

    ⚙ Inspect working tree changes⚙ Run interactive plan gates⚙ Create git branch
  • write-changelog - Write customer-facing changelog fragments
    changelogdocumentationpull-requestgit

    ★ 417 · Updated 2026-09-24

    Write grounded, customer-facing changelog fragments for PRs changing user-visible behavior in the repository.

    ⚙ Generate changelog fragment scaffolds⚙ Ground messages against PR diffs⚙ Draft customer-focused changelog messages
  • ship - Push changes, open PR, babysit, and merge when clean
    gitgithubpull-requestci-cd

    ★ 6,491 · Updated 2026-09-24

    Commits and pushes current-branch changes, opens and monitors a PR, merges when gates pass, and rotates to a fresh branch.

    ⚙ Preflight worktree and branch status⚙ Validate changes and push snapshot⚙ Open or update pull request
  • quality-review - Review PRs for code quality, correctness, and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test coverage while excluding security and architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known tracked issues⚙ Evaluate code correctness and readiness
  • quality-review - Review pull requests for code quality and test quality.
    code-reviewcode-qualitytestingpull-request

    ★ 0 · Updated 2026-09-24

    Reviews PR changes for code quality, correctness, and test quality without security or architecture concerns.

    ⚙ Fetch pull request diff⚙ Check known issues file⚙ Evaluate code correctness and quality
  • pr-description - Write pull request titles and descriptions
    pull-requestgitcode-reviewdocumentation

    ★ 7 · Updated 2026-09-24

    Writes pull request titles and descriptions explaining why changes exist and how they work.

    ⚙ Write pull request titles⚙ Write pull request body descriptions⚙ Inspect git log and diffs
  • shared-meta-reviewing - Code review patterns and feedback principles for PRs.
    code-reviewpull-requestfeedbackcode-quality

    ★ 602 · Updated 2026-09-23

    Provides code review patterns, feedback principles, self-correction checkpoints, and decision frameworks for reviewing code and pull requests.

    ⚙ Review code changes and PRs⚙ Provide structured code feedback⚙ Track review progress across files
  • speckit-ship-run - Automate release pipeline and pull request creation
    release-automationgitpull-requestchangelog

    ★ 2 · Updated 2026-09-23

    Automates release engineering workflows by performing pre-flight checks, synchronizing branches, generating changelogs, verifying CI, and creating PRs.

    ⚙ Check extension hooks⚙ Run pre-flight readiness checks⚙ Synchronize feature branch
  • commit - Commit changes and update CHANGELOG.md
    gitcommitchangelogpull-request

    ★ 1 · Updated 2026-09-22

    Surveys diffs, updates CHANGELOG.md, drafts Conventional Commit messages, stages files, commits, validates, pushes, and creates pull requests.

    ⚙ Survey working tree diffs⚙ Update CHANGELOG.md⚙ Draft Conventional Commits message
  • run-review-hero - Manually run the Review Hero loop on a pull request
    verifyreview-herogithub-actionspull-request

    ★ 0 · Updated 2026-09-21

    Drives the Review Hero review, fix, and merge loop manually via the gh CLI for PRs outside Workhorse.

    ⚙ Trigger PR review⚙ Poll review comments and summary⚙ Assess and address review comments
  • code-review-checklist - Structured PR code review with severity rankings.
    code-reviewpull-requestdiff-reviewchecklist

    ★ 0 · Updated 2026-09-21

    Conducts structured pull request reviews across risk categories to generate severity-ranked findings and review verdicts.

    ⚙ Determine PR review depth⚙ Read PR context and metadata⚙ Review diff files across categories
  • tdd-loop - Implement features via autonomous TDD red-green-refactor loop
    tddtestinggitworkflow

    ★ 0 · Updated 2026-09-21

    Executes test-driven development by writing failing tests, iterating production code up to 20 cycles, running quality gates, and opening a PR.

    ⚙ Parse feature specifications⚙ Detect project test framework⚙ Write failing test suite
  • git - Git Operations and GitHub Workflow Management
    gitgithubci-triagecode-review

    ★ 0 · Updated 2026-09-21

    Handles git commits, pushes, PRs, rebases, CI triage, code review, branch splitting, stacked PRs via git-spice, and GitHub interactions.

    ⚙ Commit code changes or amend commits⚙ Squash branch commits into one commit⚙ Rebase branch onto base branch
  • temper-review - Thermo-nuclear code review engine with full superset rubric
    code-reviewgitpull-requestquality-assurance

    ★ 2 · Updated 2026-09-21

    Performs structural and correctness reviews on code diffs or PRs, emitting severity-ordered findings and recording signed verdict receipts.

    ⚙ Review code diffs and pull requests⚙ Apply ten-lane code review rubric⚙ Emit severity-ordered review findings
  • sync - Run the full project sync pipeline
    syncgitpull-requestpipeline

    ★ 12 · Updated 2026-09-21

    Executes the project sync pipeline handling lifecycle updates, audit gating, template propagation, git commit, push, and PR creation.

    ⚙ Stage task files⚙ Generate PR description⚙ Execute project audit
  • review - Review code diffs across standards, spec, and risk gates.
    code-reviewdiffpull-requestgit

    ★ 34 · Updated 2026-09-21

    Reviews a diff since a fixed point across Standards, Spec, and risk gates.

    ⚙ Gather spec and standards sources⚙ Spawn parallel review hat subagents⚙ Deduplicate and merge review findings
  • walkthrough-pr - Walk through a PR for human understanding and review
    code-reviewpull-requestwalkthroughdiff-analysis

    ★ 0 · Updated 2026-09-21

    Explain PR changes through dialogue using concrete evidence and code surfaces to help engineers judge behavior and maintainability.

    ⚙ Resolve PR or local diff targets⚙ Group diff artifacts by purpose⚙ Explain PR purpose and boundary
  • self-reviewing-prs - Self-reviewing PRs before requesting external review
    pull-requestcode-reviewgitgithub-cli

    ★ 4 · Updated 2026-09-21

    Guides self-reviewing PRs right after creation, covering comment sweeps, mutation testing new specs, and posting inline comments using gh comment review.

    ⚙ Perform pre-submit comment sweeps⚙ Mutation-test new spec files⚙ Post inline self-review comments
  • github-graphql - GitHub GraphQL Patterns for PR and Review Thread Operations
    githubgraphqlpull-requestcode-review

    ★ 602 · Updated 2026-09-21

    Provides standardized GraphQL query patterns for GitHub pull request review threads, comments, status checks, and thread resolutions.

    ⚙ Get PR review threads⚙ Resolve PR review thread⚙ Verify thread resolution status

Scroll to load more