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: pr

Browse skills that share this tag.

  • post-merge - Mid-session pivot ceremony after PR merge
    gitgithubprpost-merge

    ★ 0 · Updated 2026-09-18

    Resets the local checkout to the base branch after a PR merge, cleans up feature branches, and prompts for next steps.

    ⚙ Detect current and base branches⚙ Check for uncommitted changes⚙ Stash uncommitted local changes
  • differential-review - Security-focused code review for PRs, commits, and diffs.
    securitycode-reviewdifferential-reviewpr

    ★ 1 · Updated 2026-09-17

    Performs security-focused code review for PRs, commits, and diffs to generate evidence-based findings and reports.

    ⚙ Analyze changed files and git history⚙ Calculate blast radius for changes⚙ Model concrete attack scenarios
  • press-release-writer - Professional Press Release Writer
    press-releaseprwritingcommunications

    ★ 7 · Updated 2026-09-17

    Drafts professional press releases across various media formats, release types, and regional conventions.

    ⚙ Gather news context details⚙ Identify news angle⚙ Propose headline variants
  • create-pr - Create GitHub pull requests following Marty conventions.
    githubpull-requestprgit

    ★ 0 · Updated 2026-09-13

    Creates non-interactive GitHub pull requests using the gh CLI following Marty conventions.

    ⚙ Create GitHub pull requests⚙ Specify base and head branches⚙ Add PR reviewers and labels
  • open-pr - Create and open a GitHub pull request
    gitgithubpull-requestpr

    ★ 3,177 · Updated 2026-09-13

    Commits working changes, pushes the feature branch, and creates a GitHub pull request using the repository template.

    ⚙ Assess working tree status⚙ Format changed files with Prettier⚙ Commit changes using conventional message
  • workflow - Orchestrate repo workflow from brief through draft PR
    workfloworchestrationdelivery-flowpr

    ★ 52 · Updated 2026-09-10

    Orchestrates the software delivery flow from brief through spec, TDD, coding, review, to draft PR.

    ⚙ Coordinate software delivery workflow⚙ Check existing stage artifacts⚙ Invoke matching stage skills
  • pr - Create a pull request for the current branch
    gitgithubpull-requestpr

    ★ 0 · Updated 2026-09-10

    Validates tests and type checks, analyzes changes, generates PR title and body, pushes the branch, and creates a pull request.

    ⚙ Run test and type-check commands⚙ Analyze branch changes⚙ Generate pull request title
  • review-pull-request - Review GitHub Pull Requests
    reviewpull-requestgithubcode-review

    ★ 34 · Updated 2026-06-15

    End-to-end GitHub PR review using GH CLI with diff analysis, commit history review, CI/CD checks, and severity-leveled feedback

    ⚙ fetch PR metadata⚙ read PR description⚙ check PR size
  • ghx - GitHub enhanced operations skill for PR/issue workflows
    githubgitprissue

    ★ 140 · Updated 2026-02-15

    Provides unified context collection and publishing commands for GitHub operations

    ⚙ collect context from PR⚙ collect context from issue⚙ publish PR creation
  • github-cli-code-review - GitHub CLI Code Review - Fetch PR Details and Review Threads
    githubclicode-reviewpr

    ★ 0 · Updated 2026-02-13

    Use GitHub CLI to fetch PR details, review comments, and threads for code review feedback processing

    ⚙ fetch PR details⚙ pull review threads⚙ identify current branch PR
  • y-pr - Generate Pull Request for Yadm Branch
    gitpryadmautomation

    ★ 2 · Updated 2026-02-12

    Generate PR title and description for yadm branch with proper formatting

    ⚙ check preconditions for PR creation⚙ generate PR title⚙ generate PR description
  • commit - Prepare Code for Review with Quality Checks and PR Creation
    gitcode-reviewprautomation

    ★ 407 · Updated 2026-02-12

    Run quality assurance checks, create conventional commits, and open pull requests for code review

    ⚙ create new feature branch⚙ run quality assurance checks⚙ create conventional commits
  • ship - Shipping pipeline for build verification and PR creation
    pipelinedeploymentcode-qualitygit

    ★ 45 · Updated 2026-02-11

    Execute shipping pipeline: build, verify, and create pull request

    ⚙ run type check⚙ execute build⚙ run tests