| name | pr-check |
| description | Review the current git diff or a pull request against the project checklist. Use when the user runs /pr-check. |
| disable-model-invocation | true |
| context | fork |
| allowed-tools | Read, Bash, Glob, Grep |
Current State
- Branch: !
git branch --show-current
- Changed files: !
git diff --name-only HEAD~1 2>/dev/null || git diff --cached --name-only
- Diff: !
git diff HEAD~1 2>/dev/null || git diff --cached
Review the above changes against checklist.md.
Instructions
- Read the full diff above
- For each checklist item, mark ✅ (pass), ❌ (fail), or ➖ (not applicable)
- For each ❌, provide the specific file:line and what needs to be fixed
- Give an overall verdict at the end: APPROVED / NEEDS CHANGES