What problem does it solve?
Reviews code changes to surface security vulnerabilities, correctness bugs, quality regressions, performance problems, and missing or inadequate tests so maintainers can make informed merge decisions quickly.
Core Features & Use Cases
- Focused Diffs and PRs: Analyze PRs or local diffs and read each changed file for full context before making judgments.
- Comprehensive checks: Look for security issues (injection, XSS, hardcoded secrets), correctness bugs (edge cases, race conditions), quality concerns (naming, duplication), performance hotspots, and test coverage gaps.
- Actionable reports: Produce findings grouped by severity (CRITICAL, WARNING, SUGGESTION) with file:line references and suggested fixes.
- Workflow integration: Use during code review, CI triage, or pre-merge checks to prioritize urgent fixes and guide maintainers.
Quick Start
Run the review skill on a pull request or local diff to produce a grouped CRITICAL, WARNING, and SUGGESTION report with file:line references and suggested fixes.