一键导入
fix-pr-comments
Fetch PR review comments and implement all requested changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch PR review comments and implement all requested changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Complete SaaS ideation to implementation workflow - from idea discovery to task breakdown
Run structured APEX implementation (Analyze, Plan, Execute, eXamine) with parallel agents, tests, adversarial review, and proof-backed verification. Use for features, bug fixes, or code changes that need disciplined execution and real-flow evidence.
Deep iterative research using progressive flow psychology (diverge-analyze-converge-execute) with parallel agents, skeptical analysis, and multi-perspective synthesis. Use for thorough topic exploration, decision-making research, or when you need battle-tested conclusions.
Automated CI/CD pipeline fixer - watches CI, fixes errors locally, commits, and loops until green. Use when CI is failing and you want to automatically fix and verify changes.
Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use.
| name | fix-pr-comments |
| description | Fetch PR review comments and implement all requested changes |
| allowed-tools | Bash(gh :*), Bash(git :*), Read, Edit, MultiEdit |
| disable-model-invocation | true |
| allow_implicit_invocation | false |
Systematically address ALL unresolved review comments until PR is approved.
git branch --show-currentgit status --shortgit log --oneline -3FETCH COMMENTS:
gh pr status --json number,headRefNamegh pr review list --state CHANGES_REQUESTEDgh api repos/{owner}/{repo}/pulls/{number}/commentsANALYZE & PLAN:
IMPLEMENT FIXES:
Read target file firstMultiEdit for same-file modificationsCOMMIT & PUSH:
git add -Afix: address PR review commentsgit pushUser: $ARGUMENTS