What problem does it solve?
This skill prevents architectural drift and technical debt by enforcing a mandatory, evidence-based quality gate after every development phase, ensuring that code quality remains high and consistent throughout the project lifecycle.
Core Features & Use Cases
- Architecture Drift Detection: Automatically compares current code against documented architectural decisions to identify violations.
- Automated Quality Gates: Runs linting, testing, and security audits to block progression if P0-level issues are detected.
- Use Case: Use this skill at the end of a development phase to audit the codebase, generate a structured review report, and ensure all P0 and P1 issues are addressed before proceeding to the next phase or deployment.
Quick Start
Run the gk-review skill to audit the codebase and verify that the current phase meets all quality and architectural standards.