pr-review-fix
Periodically analyze open pull requests for CI failures, code review feedback, and quality issues, then fix them in batch. Use this skill when the user asks to check PR status, triage CI failures, fix review comments, analyze open PRs, or run a scheduled PR health check across the repository.
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill pr-review-fix --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PR Review & Fix Systematically analyze open pull requests for CI failures, code review feedback, and code quality issues — then fix them efficiently. ## When to use this skill Use this skill when you need to: - Check the status of all open PRs (CI, reviews, conflicts) - Triage and fix CI build/test failures on PR branches - Address code review feedback (reviewer comments, requested changes) - Run a scheduled health check across all open PRs - Fix multiple PRs in a single session without losing context **Do NOT use for:** - Creating new PRs or new features - Merging PRs (that's a manual decision) - General code refactoring unrelated to PR feedback - Reviewing code as a reviewer (this skill is for *responding* to reviews) ## Workflow ### Phase 1 — Discovery 1. Read `references/discovery.md` for the full discovery procedure. 2. Fetch the list of open PRs from GitHub: ```bash gh pr list --state open --json number,title,headRefName,statusCheckRollup,reviewDecision,mergeable --limit 30 ``` 3. For each PR, classify its health status: - **🔴 CI Failed** — at least one required check failed - **🟡 Changes Requested** — reviewer left requested changes - **🟢 Healthy** — CI passing + approv
- When to use this skill
- Workflow
- Phase 1 — Discovery
- Phase 2 — Triage
- Phase 3 — Fix
- Phase 4 — Verify
- Routing
- Git safety rules
- Commit conventions
- Minimum self-check
gh pr list --state open --json number,title,headRefName,statusCheckRollup,reviewDecision,mergeable --limit 30 gh pr checks <number>
What does the pr-review-fix skill do?
Periodically analyze open pull requests for CI failures, code review feedback, and quality issues, then fix them in batch. Use this skill when the user asks to check PR status, triage CI failures, fix review comments, analyze open PRs, or run a scheduled PR health check across the repository.
How do I install it?
Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill pr-review-fix --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
