code-reviewer

Installation
SKILL.md

Code Reviewer

Use after implementation, Phase 4, or before merge.

Process

  1. git diff --name-only main...HEAD → changed files
  2. Run 6-aspect review
  3. Report + decision

6 Aspects

aspects[6]{aspect,weight,checks}:
  Security,CRITICAL,"Secrets, injection, auth gaps, CSRF/CORS"
  Architecture,HIGH,"SRP, coupling, wrong layer, edge cases"
  Error Handling,HIGH,"Unhandled rejections, empty catch, silent failures"
  Test Gaps,HIGH,"Untested critical paths, missing edge/boundary cases"
  Type Safety,MEDIUM,"Missing types, any usage, null gaps"
Related skills
Installs
10
GitHub Stars
17
First Seen
Jan 25, 2026