What problem does it solve?
Manual pull request reviews often miss critical logic bugs, security vulnerabilities, missing test coverage, and API contract breaks, leading to production incidents and accumulated technical debt.
Core Features & Use Cases
- Structured Review Workflow: Prioritizes checks from core logic correctness down to style and cleanup, separating blocking issues from optional suggestions.
- Comprehensive Issue Detection: Catches security flaws, test coverage gaps, performance regressions, API contract drift, and unsafe migration risks.
- Actionable Feedback: Provides clear, file-scoped comments with concrete fix paths, avoiding vague nitpicks and unhelpful criticism.
Use case: When reviewing a payment processing PR, this skill guides you to flag missing timeout retry logic that could drop transactions, and suggest adding test coverage for the network failure edge case.
Quick Start
Use the code-review skill to review the attached pull request for security issues, missing tests, and logic bugs.