| name | check-pr |
| description | This skill should be used when the user asks to "check PR", "PRの状態を確認", "review comments", "CI failures", or wants PR review comments, CI status, or check-pr actions inspected. |
Check PR
Check PR status using github-pr skill scripts and take appropriate action.
Prerequisites
Load the github-pr skill:
/code-review:github-pr
Checkers
以下の順番で実行する。コンフリクトがある場合は CI が dispatch されないため、コンフリクト解消を最優先する。
1. Conflict Status
PR のコンフリクト状態と behind 状態を確認する。コンフリクトがあれば解消を優先する。
@${CLAUDE_PLUGIN_ROOT}/skills/check-pr/checkers/conflict-status.md
2. Review Comments
Check unresolved review comments and fix them locally.
@${CLAUDE_PLUGIN_ROOT}/skills/check-pr/checkers/review-comments.md
3. CI Status
Check CI status and fix failures locally.
@${CLAUDE_PLUGIN_ROOT}/skills/check-pr/checkers/ci-status.md