What problem does it solve?
This Skill provides a systematic framework for evaluating code changes across security, correctness, performance, and spec alignment. It automates the process of reviewing Pull Requests (PRs), assessing code quality, and verifying implementation against requirements, ensuring high-quality, secure, and maintainable code.
Core Features & Use Cases
- Comprehensive Quality Dimensions: Evaluate code against security, correctness, spec alignment, performance, and maintainability with a scoring framework.
- Sequential & Parallel Review: Conduct focused reviews for small PRs or spawn specialist agents for parallel, multi-dimensional analysis of large changes.
- Use Case: When a large Pull Request is submitted, use this Skill to initiate a parallel multi-agent review. One agent can focus on security, another on API contract alignment, and a third on UI/UX, consolidating findings into a single, prioritized report, saving hours of manual review time.
Quick Start
Example: Review a Pull Request for security and correctness
1. Context: "Read docs/feature-spec/F-123-auth.md and docs/api-contracts.yaml."
2. Review: "Focus on input validation, authentication checks, and error handling in the changed files."
3. Report: "Generate a report with critical, important, and nice-to-have findings."