What problem does it solve?
Pre-review verification often becomes a guessing game: reviewers have to reconstruct intent, scope, and residual risk from incomplete context, which can slow approvals or hide regressions.
Core Features & Use Cases
- Evidence-bundle preflight for PRs: validates that the diff matches stated intent, includes the required checks, and links durable artifacts for reviewer confidence.
- Scoped verification from changed surfaces: targets checks to only the affected code, docs, prompts/skills, migrations, UI/browser behavior, and project-mandated gates.
- Residual-risk and reviewer-readiness output: produces a reviewer-ready summary including what was verified, what was skipped, why, and who owns the next safe action.
Quick Start
Run this as the last engineering check before requesting review or merge by having the AI perform the pre-PR verification for your current diff and emit the READY/BLOCKED status plus an evidence bundle.