gh-pr-review-loopDrive a GitHub pull request through an iterative review-and-fix loop. Use when Codex needs to create a PR if none exists for the current branch, inspect revi...
Install via ClawdBot CLI:
clawdbot install stevetdp/gh-pr-review-loopRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 19, 2026
An open-source maintainer uses this skill to automatically handle review comments on pull requests. The AI agent iteratively checks comments, implements fixes, and pushes updates until the PR is approved, reducing manual overhead.
DevOps teams integrate this skill into their CI/CD pipeline to automatically create PRs for feature branches, fix review comments, and ensure the branch stays rebased on latest main. The agent monitors CI checks and resolves threads, streamlining the merge process.
In large enterprises, this skill enables AI-driven code review handling where the agent picks up review comments, implements fixes with tests, and pushes changes. It maintains commit history as per policy (e.g., single squashed commit) and waits for final approval.
Security auditors submit review comments on PRs, and this skill automatically validates each comment, implements security fixes, and adds regression tests. The agent continues until the auditor gives thumbs-up, ensuring vulnerabilities are resolved.
Development teams use this skill to let an AI agent autonomously handle the PR review loop. It creates PRs if missing, addresses reviewer feedback, and maintains branch history, freeing developers to focus on higher-level tasks.
Offer this skill as part of a premium CI/CD subscription service where teams pay monthly for automated PR review handling. Revenue comes from tiered subscriptions based on PR volume and repository count.
Provide a service where maintainers pay a fee to have PRs in their open-source projects automatically processed by this skill. Revenue is generated per-PR or via a monthly retainer for active repositories.
License this skill as a plugin for enterprise DevOps platforms (e.g., GitHub Actions, GitLab CI). Revenue comes from software licensing fees plus optional support and customization contracts.
💬 Integration Tip
Ensure the environment has git and gh CLI installed with proper GITHUB_TOKEN scope. Configure history strategy (e.g., single commit) and CI optional polling interval before initiating the loop.
Scored May 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
Review GitHub repositories, group issues and pull requests by urgency, and take safe triage actions (add labels, comment, propose closure) after confirmation...
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...