What problem does it solve?
It prevents unsafe merges by systematically identifying high-risk defects, verification gaps, and production hazards before code reaches production.
Core Features & Use Cases
- Security and safety auditing: surfaces injection, auth, data exposure, and template vulnerability risks with evidence and impact.
- Reliability validation: flags race conditions and missing error handling that can cause runtime failures.
- Production readiness checks: reviews performance hotspots (e.g., N+1 patterns, inefficiencies) and completeness signals (logging/monitoring/tests) to reduce incident likelihood.
- Merge gate decisioning: assigns severity (S0–S3) and determines readiness based on blocker/high-count rules.
Quick Start
Ask the assistant to run a production-grade pre-merge review of the current repository state and return a severity-ranked report with a merge readiness decision.