Loading...
Loading...
Reviews the current local diff or branch at the end of a coding session for high-confidence bugs and repository instruction-file compliance. Use when asked to run `/pr-reviewer` before commit, before push, or before handing changes off for PR creation or update, and when only certain, actionable findings should be reported while style feedback is ignored.
npx skill4agent add mblode/agent-skills pr-reviewer/done| File | Read When |
|---|---|
| Default: choosing severity labels and filtering weak findings |
| Before producing a local review report |
| When deciding whether the work stays in local self-review or should hand off to PR-specific workflows |
| When the diff touches auth, input handling, external APIs, file uploads, or environment configuration |
| When the diff touches data fetching, rendering, images, dependencies, or bundle-affecting imports |
pr-commentsReview progress:
- [ ] Discover local review target
- [ ] Gather context and scoped instruction files
- [ ] Choose the local review path
- [ ] Validate findings
- [ ] Produce the review reportAGENTS.mdCLAUDE.mdpackage.jsonMust fix before pushShould fix soonReady for handoffpr-commentsreferences/security-checklist.mdreferences/performance-checklist.mdexpect(getByText(...)).toBeInTheDocument()references/comment-examples.md## Local review
### Must fix before push
- [<severity>] `path/to/file.ts:line` <short factual title>
Why: <one to two sentences with concrete impact>
Fix: <committable fix or clear implementation guidance>
### Should fix soon
- [<severity>] `path/to/file.ts:line` <short factual title>
Why: <one to two sentences with concrete impact>
Fix: <committable fix or clear implementation guidance>
### Ready for handoff
- <brief readiness summary>## PR handoff summary
- [<severity>] `path/to/file.ts:line` <short factual title>
Why: <one to two sentences with concrete impact>
Fix: <committable fix or clear implementation guidance>## Local review
### Must fix before push
- None.
### Should fix soon
- None.
### Ready for handoff
- No blocking issues found. Checked for high-confidence bugs, missing validation/tests, and instruction-file compliance on the current local changes.xsrc/foo.ts:45ReferenceErrorsrc/foo.tsdonepr-babysitter