What problem does it solve?
Unstructured code reviews often miss critical correctness regressions, security vulnerabilities, and high-risk issues that lead to production bugs, security breaches, and costly technical debt.
Core Features & Use Cases
- Risk-oriented review workflow: Checks for language-specific antipatterns, correctness regressions, security and abuse paths, missing tests, and maintainability risks across all files in the diff scope.
- Severity-ranked findings: Orders all issues from critical to low, with clear location, risk explanation, and concrete fix direction for each finding.
- Use case: Use this skill after a developer completes a feature implementation to get an actionable, structured review report that eliminates vague feedback and clearly communicates what must be fixed before merging.
Quick Start
Use the reviewer skill to perform a structured risk-oriented review of the latest code diff for the user authentication module, and return findings ordered by severity with an overall approve, changes required, or block recommendation.