| name | pr-review |
| description | Structured pull request review with checklist, security scan, and actionable feedback |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"github"} |
What I do
- Perform a structured review of pull request changes
- Check against a standard review checklist
- Identify security, performance, and maintainability issues
- Provide actionable feedback with severity ratings
When to use me
Use this skill when reviewing a PR or when asked to check code changes before merging.
Review Checklist
Code Quality
Security
Testing
Performance
Documentation
Feedback Format
### [Severity: Critical/Warning/Suggestion] Title
**File:** `path/to/file.ts:42`
**Issue:** Clear description of the problem.
**Suggestion:**
\`\`\`diff
- old code
+ new code
\`\`\`
Process
- Read the PR description to understand intent
- Review the diff file by file
- Check against the review checklist
- Write findings sorted by severity
- Provide an overall summary with approval recommendation