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.

  • create-pull-request - Create GitHub Pull Requests Following Project Conventions
    GitHubPull RequestGitCode Review

    ★ 815 · Updated 2026-06-30

    Create a GitHub pull request following project conventions, handling commit analysis, branch management, and PR creation via gh CLI.

    ⚙ Check gh CLI installation⚙ Verify GitHub authentication⚙ Check existing pull requests
  • fix-issue - Fix GitHub Issue and Create Pull Request
    Bug FixIssue ManagementPull RequestTest-Driven Development

    ★ 195 · Updated 2026-03-23

    Investigate GitHub issue, implement fix with tests, and create pull request following TDD workflow

    ⚙ read issue details⚙ assess issue clarity⚙ create feature branch
  • review-pr - Review GitHub pull requests with structured feedback
    GitHubPull RequestCode ReviewPR Analysis

    ★ 62 · Updated 2026-03-22

    Analyze GitHub PRs with gh CLI and provide structured readiness recommendations

    ⚙ analyze pull request⚙ read code diff⚙ validate change
  • git-cd-pr - Git CD PR Continuous Delivery
    GitPull RequestContinuous DeliveryCode Review

    ★ 9 · Updated 2026-03-22

    Create Continuous Delivery Pull Requests with full workflow including QA, version labels, feature flags, and automatic code review

    ⚙ Create pull request⚙ Load configuration file⚙ Verify GitHub scopes
  • github-issue-resolver - Automated GitHub Issue Resolution
    GitHubIssue ResolutionAutomationBug Fix

    ★ 2 · Updated 2026-03-21

    Autonomous agent for discovering, analyzing, and fixing GitHub issues with guardrails

    ⚙ fetch issues from repository⚙ score and rank issues⚙ read issue thread
  • pr-draft-summary - Generate PR draft summary after code changes
    GitPull RequestCode ReviewDocumentation

    ★ 57 · Updated 2026-03-19

    Create PR title and draft description from git repository changes automatically

    ⚙ get current branch name⚙ get git working tree status⚙ get untracked files
  • bl-submit - Git-Branchless PR Submission
    Git WorkflowPull Requestgit-branchlessVersion Control

    ★ 602 · Updated 2026-03-19

    Create branches and push commits as pull requests

    ⚙ Create branch⚙ Push to remote⚙ Submit stack
  • iterate-pr - Iterate on PR Until CI Passes
    GitHubPull RequestCI/CDAutomation

    ★ 6 · Updated 2026-03-10

    Continuously iterate on branch until CI checks pass and review feedback is addressed

    ⚙ identify pull request⚙ check CI status⚙ gather review feedback
  • github-pr-enhance - GitHub Pull Request Enhancement Tool
    GitHubPull RequestCode ReviewDocumentation

    ★ 602 · Updated 2026-03-09

    Enhances existing pull requests by analyzing code changes and updating descriptions with examples, diagrams, and context

    ⚙ get PR information⚙ analyze code diffs⚙ identify description gaps
  • ci-checker - CI Checker for GitHub PR Status and Failure Fixing
    CI/CDGitHubPull RequestAutomation

    ★ 18 · Updated 2026-03-09

    Checks GitHub CI status for pull requests and guides fixing any failures

    ⚙ check CI status⚙ get PR information⚙ parse check results
  • pull-request - Automated Pull Request Creation and Management
    GitHubPull RequestAutomationVersion Control

    ★ 0 · Updated 2026-02-17

    Automatically creates or updates pull requests when needed without user request

    ⚙ verify branch status⚙ analyze commits by logical themes⚙ understand change context
  • pr - GitHub Pull Request Management with gh CLI
    GitHubPull RequestVersion ControlCollaboration

    ★ 0 · Updated 2026-02-14

    Create and manage GitHub Pull Requests using the gh CLI

    ⚙ create pull requests⚙ check PR status⚙ list open PRs
  • github-cli-code-review - GitHub CLI Code Review - Fetch PR Details and Review Threads
    GitHubCode ReviewCLIPull Request

    ★ 2 · Updated 2026-02-13

    Use GitHub CLI to fetch PR details and review comments for addressing code review feedback.

    ⚙ Identify PR for current branch⚙ Pull review threads and comments⚙ Extract actionable items
  • create-pr - Automated GitHub Pull Request Creation with Auto-Assignment
    GitHubGitPull RequestCollaboration

    ★ 0 · Updated 2026-02-12

    Push the current branch and create a GitHub pull request with automatic assignment

    ⚙ check git status⚙ push branch to remote⚙ analyze recent commits
  • github-pr-merge - Automated GitHub Pull Request Merge with Validation
    GitHubPull RequestMergeCI/CD

    ★ 72 · Updated 2026-02-11

    Merges GitHub Pull Requests after validating pre-merge checklist and handling post-merge cleanup

    ⚙ check PR comments status⚙ run validation checks⚙ confirm with user