What problem does it solve?
This Skill helps you review code systematically so you can spot correctness issues, security vulnerabilities, performance regressions, and maintainability problems before they reach production.
Core Features & Use Cases
- Correctness Review: Checks whether the code behaves as intended, handles edge cases, and includes proper error handling.
- Security Review: Flags common risks such as injection, XSS, CSRF, secrets leakage, and AI-specific prompt injection concerns.
- Code Quality Review: Evaluates naming, duplication, abstraction level, SOLID principles, and overall readability.
- Testing and Documentation Review: Verifies that tests and documentation cover the changed behavior appropriately.
- Use Case: A developer preparing a pull request can use this Skill to produce a structured review checklist and highlight blocking issues, suggestions, and questions.
Quick Start
Ask for a code review checklist for the changed files and include the main risks you want checked.