What problem does it solve?
Pull requests frequently reach the merge stage with broken API contracts, missing documentation, architectural drift, or secrets in the diff, causing expensive review cycles and production incidents. This skill intercepts issues locally before push and produces structured, severity-weighted reviews for open PRs, reducing review fatigue and preventing broken code from reaching the remote.
Core Features & Use Cases
- Pre-push quality gate: Automatically runs before git push to block breaking changes, secret leaks, and governance violations without waiting for CI.
- Six-axis review engine: Audits code correctness, code-to-documentation sync, OpenAPI/AsyncAPI contract changes, Architecture Decision Records, CHANGELOG/traceability, and cyclomatic complexity.
- Assistive PR reviewer: Generates structured JSON and Markdown reviews with clear severity buckets (blocker, important, nit, question, praise) for GitHub, GitLab, or Azure DevOps pull requests.
- Framework-aware hard blocks: Enforces project-specific governance rules including branch naming, protected paths, manifest coherence, and incremental persistence policies.
Quick Start
Ask Claude to review a specific pull request URL or let the automatic push hook run the preflight gate before you push your branch.