Agent skill
pr-review-checklist
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pr-review-checklist
SKILL.md
pr-review-checklist
Description
Pull Request のレビュー観点を標準化し、見落としを防ぐためのチェックリストを提供する。 Trigger examples: "レビューして", "PR見て", "コードレビュー", "PRチェック", "code review", "プルリク確認", "review changes"
手順
git diffまたはgit diff <base_branch>を実行し、変更されたファイルと内容を確認する。- 仕様・要件との整合性を確認し、差異があれば指摘する。
- セキュリティ・権限・入力バリデーションの観点を確認し、脆弱性リスクを指摘する。
- エラー処理・境界条件・ログ/監視の観点を確認する。
- パフォーマンス・アクセシビリティ・UI/UXの影響を確認する(該当時)。
- テスト/検証の有無と妥当性を確認し、不足があれば追加を求める。
出力フォーマット
# レビュー結果
## 概要
<1〜3文でレビュー結果を要約し、推奨アクション(Approve / Request Changes / Comment)を提示>
## チェック結果
- **仕様整合性**: ✅/⚠️/❌ <短い理由>
- **セキュリティ**: ✅/⚠️/❌ <短い理由>
- **エラー処理**: ✅/⚠️/❌ <短い理由>
- **パフォーマンス**: ✅/⚠️/❌ <短い理由>
- **UI/UX**: ✅/⚠️/❌ <短い理由>
- **テスト**: ✅/⚠️/❌ <短い理由>
## 追記/懸念
- <必要があれば箇条書き>
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?