agentsclimarketplace

Speckit.reviewer

Skill wedabro/bro-skills/.agent/skills/speckit.reviewer

Code Reviewer - Review code according to spec and best practices.From its SKILL.md

Install
npx -y skills add wedabro/bro-skills --skill speckit.reviewer

Assembled 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

  1. Spec Compliance: Does the code correctly implement all requirements in the spec?
  2. Error Handling: Does every API route have try-catch? Is return in the correct error format?
  3. Security: Find injection risks, missing auth checks, exposed secrets.
  4. Performance: Found N+1 queries, awaiting waterfalls, missing pagination.
  5. Constitution: Does the code violate any rules in constitution.md?
  6. Output: Verdict + table findings:
    | File:Line | Severity | Issue | Suggestion |
    |-----------|----------|-------|------------|
    | api/users.ts:45 | πŸ”΄ | Missing auth | Add middleware |
    
  7. 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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.