| name | review-pr |
| description | Review a pull request against Krynix project standards with code-reviewer agent |
| allowed-tools | Bash, Read, Grep, Glob, Agent |
| user-invocable | true |
| model | opus |
| context | fork |
| agent | code-reviewer |
| argument-hint | ["PR number"] |
Review PR #$ARGUMENTS against Krynix project standards.
Steps
- Get PR details:
gh pr view $ARGUMENTS
- Get the diff:
gh pr diff $ARGUMENTS
- Analyze changes against the project's standards
Review Checklist
Output Format
Overview
What the PR does.
Issues
- [severity]
file:line — description
Checklist Results
Pass/fail for each checklist item.