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 with input: PR number or URL

Browse skills that use this input.

  • review-pr-comments - Review & Resolve PR Comments
    githubpull-requestcode-reviewgit

    ★ 60 · Updated 2026-09-17

    Check a PR for unresolved review comments, assess each one, apply fixes where needed, and resolve addressed threads via the GitHub API.

    ⚙ Identify target pull request⚙ Fetch unresolved review threads⚙ Read code at commented lines
  • fix-pr-comments - Fix PR Comments
    githubpull-requestcode-reviewgit

    ★ 0 · Updated 2026-09-16

    Address actionable feedback on a specific GitHub pull request, including unresolved inline threads, change-request reviews, and top-level comments.

    ⚙ Fetch live PR feedback⚙ Prepare clean git worktree⚙ Evaluate feedback candidates
  • pr-review-recycle - Process automated PR review feedback until merge-ready.
    githubpull-requestcode-reviewautomation

    ★ 4 · Updated 2026-09-13

    Iteratively addresses automated PR review feedback, runs verification checks, and resolves review threads until the PR is ready to merge.

    ⚙ Snapshot PR state and diff⚙ Collect review threads and comments⚙ Triage feedback items by priority
  • gh-fix-ci - Inspect and fix failing GitHub Actions PR checks
    github-actionspull-requestci-cddebugging

    ★ 0 · Updated 2026-09-13

    Inspects failing GitHub Actions PR checks, summarizes failure logs, drafts a fix plan, and implements fixes upon explicit approval.

    ⚙ Verify GitHub CLI authentication⚙ Inspect failing PR checks⚙ Fetch GitHub Actions logs
  • claude-code-review - Review GitHub pull requests for critical issues
    code reviewpull requestGitHubbug detection

    ★ 479 · Updated 2026-03-23

    Analyze PR diffs for bugs, security, performance, and test gaps, then post findings as comments and formal reviews

    ⚙ parse PR number or URL⚙ get PR details⚙ checkout PR branch
  • review-pr - Review GitHub pull requests with structured feedback
    GitHubPull RequestCode ReviewPR Analysis

    ★ 121 · Updated 2026-03-22

    Analyze GitHub PRs with gh CLI and provide structured readiness recommendations

    ⚙ analyze pull request⚙ read code diff⚙ validate change
  • review-pr - GitHub PR Review with gh CLI
    githubpull requestcode reviewgh cli

    ★ 0 · Updated 2026-03-22

    Analyze GitHub pull requests using gh CLI without merging

    ⚙ Identify PR metadata⚙ Check existing implementations⚙ Claim PR
  • review-pr - GitHub Pull Request Review with gh CLI
    githubpull-requestcode-reviewgh-cli

    ★ 0 · Updated 2026-03-22

    Review-only GitHub pull request analysis using gh CLI

    ⚙ identify PR metadata⚙ check existing implementations⚙ assign PR reviewer
  • review-pr - GitHub PR Review with gh CLI
    githubpull-requestcode-reviewsecurity

    ★ 0 · Updated 2026-03-22

    Perform read-only GitHub pull request analysis and provide structured review feedback

    ⚙ view PR metadata⚙ check existing implementations⚙ claim PR assignment
  • review-pr - GitHub PR Review Analysis
    githubpull requestcode reviewgit

    ★ 60 · Updated 2026-03-22

    Perform thorough review-only GitHub PR assessment with structured feedback and readiness recommendation

    ⚙ create TODO checklist⚙ set up worktree⚙ fetch PR metadata
  • review-pr - GitHub Pull Request Review Analysis
    code reviewpull requestGitHubgh CLI

    ★ 18 · Updated 2026-03-22

    Read-only GitHub pull request analysis with gh CLI and structured feedback

    ⚙ create TODO checklist⚙ fetch PR metadata⚙ check existing implementations
  • review-pr - GitHub PR Review with gh CLI
    githubpull requestcode reviewcode analysis

    ★ 650 · Updated 2026-03-22

    Review-only GitHub pull request analysis using gh CLI

    ⚙ identify PR metadata⚙ check existing implementations⚙ assign PR reviewer
  • github-pr-enhance - GitHub Pull Request Enhancement Tool
    GitHubPull RequestCode ReviewDocumentation

    ★ 650 · 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
  • pr-review-fix - Address PR review comments with automated fixes and testing
    code-reviewpull-requestgitgithub

    ★ 0 · Updated 2026-02-18

    Fetches, evaluates, fixes, tests, commits, and resolves all review comments on a pull request

    ⚙ fetch review comments⚙ self-review PR diff⚙ categorize comments