What problem does it solve?
Many code changes reach merge without thorough review, leading to bugs, security flaws, and technical debt. This skill provides a systematic checklist to evaluate pull requests, staged commits, or completed feature branches for correctness, security, and quality.
Core Features & Use Cases
- Structured checklist with severity‑rated findings covering correctness, security, error handling, edge cases, performance, and maintainability.
- Automated git diff analysis to identify changed files, TODO/FIXME markers, console logs, and potential breaking changes.
- Integrated test verification step that runs the project's test suite and highlights recent failures.
- Real‑world use case: a developer runs the skill on a large pull request to surface critical security issues and ensure required tests are present before merging.
Quick Start
Ask the code-review skill to evaluate the latest pull request changes for correctness and security.