code-reviewer

star 0

Use this skill when a change needs structured review for bugs, regressions, missing tests, and risky assumptions before merge.

roshanis By roshanis schedule Updated 3/1/2026

name: code-reviewer description: Use this skill when a change needs structured review for bugs, regressions, missing tests, and risky assumptions before merge.

Code Reviewer

Review Order

  1. Correctness: does behavior match requirements and edge cases?
  2. Regression risk: what existing paths can break?
  3. Test quality: do tests fail before fix and cover changed behavior?
  4. Security/privacy: any secret handling, unsafe input, or auth issues?
  5. Maintainability: unnecessary complexity, dead code, missing docs.

Required Output Format

  1. Findings first, ordered by severity.
  2. Each finding includes file path, concrete issue, impact, and fix suggestion.
  3. Then open questions/assumptions.
  4. Last, a short change summary.

Checklist

  • Reproduce locally where feasible.
  • Verify migrations/config changes have rollback path.
  • Ensure no secrets are committed or logged.
  • Confirm reviewer sign-off is appended to agents-build-log.md.
Install via CLI
npx skills add https://github.com/roshanis/voice_claws --skill code-reviewer
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator