What problem does it solve?
This Skill teaches you how to review AI-generated code with the same rigor as a professional code review, so you can catch hidden trade-offs, missing tests, performance regressions, security risks, and maintainability issues before they reach production.
Core Features & Use Cases
- Intent Review: Ask why a specific implementation was chosen and uncover unspoken trade-offs or safer alternatives.
- Test Coverage Review: Identify missing edge cases such as empty inputs, nonexistent paths, permission errors, symbolic links, and deeply nested data.
- Performance and Security Review: Spot blocking synchronous I/O, unnecessary work, path traversal risks, TOCTOU issues, and inconsistent error handling.
- Use Case: Review a generated file utility and systematically find at least one issue in each of the five review dimensions before discussing fixes.
Quick Start
Ask the AI to generate code for a small utility, then review the diff for intent, tests, performance, security, and maintainability issues.