What problem does it solve?
This skill helps developers perform thorough, structured code reviews locally or in non-GitHub contexts, focusing on correctness, maintainability, security, tests, and release risk.
Core Features & Use Cases
- Diff-first evaluation: Analyze the change set to identify correctness issues, maintainability concerns, and potential security risks.
- Context-aware inspection: Review full file context, tests, and surrounding code to understand implications of changes.
- Actionable findings: Produce structured, file-and-line referenced feedback with concrete remediation steps and risk scoring.
- Workflow guidance: When GitHub PR comments or approvals are required, route to
github-code-review to perform PR-level tasks.
- Comprehensive checklist: Use a formal checklist covering Correctness, Security and Privacy, Maintainability, Testing, Performance and Reliability, and Documentation and UX.
Quick Start
Provide a local code review by first inspecting the diff, then validating tests, security, and maintainability, and returning structured findings.