What problem does it solve?
This Skill ensures code quality and adherence to standards by enforcing a rigorous, multi-point code review process before any Pull Request can be created, preventing the introduction of bugs, security vulnerabilities, and maintainability issues.
Core Features & Use Cases
- Mandatory 7-Criteria Review: Enforces a comprehensive check across blindspots, clarity, maintainability, security, performance, documentation, and style.
- Artifact Posting: Requires a detailed review artifact to be posted to the GitHub issue, serving as auditable proof of review.
- PR Gate Enforcement: Integrates with hooks to block PR creation until the review artifact is complete and all findings are addressed or deferred.
- Use Case: After implementing a new feature, a developer uses this skill to perform a thorough self-review, documenting findings and ensuring all issues are resolved before submitting the code for team review, thereby increasing the likelihood of a smooth merge.
Quick Start
Perform a comprehensive code review on the latest changes and post the artifact to the associated GitHub issue.