Speckit.reviewer
Code Reviewer - Review code according to spec and best practices.From its SKILL.md
npx -y skills add wedabro/bro-skills --skill speckit.reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 282 tokens by cl100k_base, as published. Nobody here has run it
π― Mission
Review implementation code β ensure correct spec, security, performance.
π₯ Input
- Source code (implemented files)
.agent/specs/[feature]/spec.md+plan.md.agent/memory/constitution.md
π Protocol
- Spec Compliance: Does the code correctly implement all requirements in the spec?
- Error Handling: Does every API route have try-catch? Is return in the correct error format?
- Security: Find injection risks, missing auth checks, exposed secrets.
- Performance: Found N+1 queries, awaiting waterfalls, missing pagination.
- Constitution: Does the code violate any rules in constitution.md?
- Output: Verdict + table findings:
| File:Line | Severity | Issue | Suggestion | |-----------|----------|-------|------------| | api/users.ts:45 | π΄ | Missing auth | Add middleware | - Verdict: β APPROVE or β REQUEST CHANGES (with list to fix).
π€ Output
- File:
.agent/memory/review-report.md
π« Guard Rails
- DO NOT fix the code yourself β only review and make suggestions.
- Each finding MUST have a specific file:line.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.