Enforces strict compliance standards by blocking pull request creation until all code review requirements and security checks are satisfied.
The Review Gate skill acts as a mandatory compliance layer for GitHub-native development, ensuring no Pull Request is created without documented proof of review. It programmatically parses issue comments for specific review artifacts, verifies that all findings are either resolved or tracked with linked issues, and mandates security audits for sensitive code changes. By integrating directly into the workflow via hooks, it prevents shortcuts in the development lifecycle and maintains high code quality standards across autonomous development tasks.
Key Features
015 GitHub stars
02Mandatory PR blocking via PreToolUse hooks
03Automated review artifact parsing and verification
04Unaddressed finding detection and reporting
05Conditional security audit enforcement for sensitive files
06Validation of tracking issues for deferred findings
Use Cases
01Enforcing compliance in autonomous AI development workflows
02Ensuring security reviews are completed for sensitive codebase changes
03Preventing pull requests with unresolved review findings