code-reviewer
Installation
SKILL.md
Code Reviewer
Complete toolkit for code reviewer with modern tools and best practices.
Routing Boundary
Use code-reviewer when the user asks for a fresh review of code or a PR:
- correctness and likely bugs
- maintainability and readability
- regression risk
- test coverage gaps from a reviewer's point of view
Do not let this skill own narrower problems:
security-reviewerowns OWASP, secret leak, auth bypass, injection, and dedicated security audit prompts.receiving-code-reviewowns existing CodeRabbit/GitHub/human review comments.verification-before-completionowns final evidence before claiming work is done.deslopowns cleanup of AI-generated comments, redundant guards, and boilerplate.tdd-guideowns test-first or RED -> GREEN -> REFACTOR development.