Agent skill
pr-review-checker
PRに付いたレビューコメントを確認し、修正対応を実行する。「レビューコメント確認」「レビュー対応」「PRコメント確認」「レビュー修正」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pr-review-checker
SKILL.md
PR Review Checker
PRに付いたレビューコメントを確認し、修正対応を実行するスキル。
自動適用条件
- PRレビューコメントの確認要求がある場合
- レビューコメントへの対応が必要な場合
- 指摘事項の修正要求がある場合
判断基準・ルール
PRの特定
- PR番号が指定されている場合: そのPRのコメントを確認
- PR番号が指定されていない場合: 現在のブランチのPRを自動検出
コメントの分類
取得したコメントを以下のように分類:
- must. - 修正必須(構造違反、セキュリティ、命名規則)
- imo. - 改善提案(プロンプト品質、責務分離、ドキュメント)
- nits. - 軽微な指摘(タイポ、誤字脱字のみ)
- q. - 質問(設計意図、想定ユーザー)
修正の優先度
- must. - 必ず修正する
- imo. - 基本的に修正する(妥当な理由があればスキップ可)
- nits. - 修正する
- q. - 回答をコメントで返信
修正の実行
--fixオプションがある場合のみ修正を実行- 各指摘事項について適切な修正を実行
- 修正内容を記録
返信の投稿
--replyオプションがある場合のみ返信を投稿- 修正完了の報告や質問への回答を含める
実行方法
このスキルの実行手順は /pr-review-check コマンド(.claude/commands/pr-review-check.md)を参照してください。
重要な注意事項
- ✅ PR番号が指定されていない場合は現在のブランチのPRを自動検出
- ✅
--fixがない場合は確認のみで修正は実行しない - ✅
--replyを使用する場合は--fixも推奨(修正後に返信するため) - ✅
ghコマンドを使用してPR情報とレビューコメントを取得・投稿 - ❌ 修正できない指摘事項がある場合は、その旨を報告
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?