What problem does it solve?
This Skill catches defects, security risks, and regressions in code changes before they reach production, helping teams review faster without missing important issues.
Core Features & Use Cases
- Bug detection: Finds logic errors, edge cases, race conditions, and broken behavior in changed code.
- Security review: Flags unsafe input handling, auth gaps, secrets exposure, and other high-risk patterns.
- Quality gating: Checks test coverage, API compatibility, blast radius, and spec compliance for pull requests and refactors.
- Use case: A developer asks for a pre-merge review of a feature branch and gets severity-ranked findings with precise file and line references.
Quick Start
Review the attached code changes and return a severity-ranked report that separates spec compliance from code quality.