What problem does it solve?
This Skill helps identify correctness bugs, security vulnerabilities, performance problems, weak test coverage, and maintainability issues before code changes are merged or shipped.
Core Features & Use Cases
- Structured Review Workflow: Evaluates context, logic, security, tests, maintainability, and integration points in a deliberate six-pass process.
- Severity-Based Findings: Classifies issues as blockers, major issues, minor issues, suggestions, or notes, with concrete remediation guidance.
- Technology Checklists: Covers common risks in JavaScript, TypeScript, Python, Go, SQL, authentication, APIs, data persistence, and external services.
- Use Case: Apply it to a pull request involving a new API endpoint to uncover authorization gaps, unsafe input handling, missing tests, and integration risks before release.
Quick Start
Ask the code-reviewer skill to review the provided diff and return prioritized findings with file locations, severity classifications, explanations, fixes, and an explicit review verdict.