What problem does it solve? Developers need a fast way to verify that a pull request or code diff actually satisfies the approved ICEA acceptance criteria before requesting human review, without manually cross-checking every criterion against the changes. ## Core Features & Use Cases - ICEA Compliance Review: Validates a PR or diff against the approved ICEA acceptance criteria and produces a structured pass/fail compliance report with a merge verdict. - Automatic Spec Discovery: Auto-discovers the ICEA document for the branch's Azure DevOps work item ID and builds a diff-to-acceptance-criteria traceability map. - Compact Verdict Mode: Supports a compact verdict block output consumed by the checkin gate, plus pass-through of spec, pr, and diff arguments. - Use Case: Before opening a PR for human review, ask for a self-review of your diff against the spec to catch missing acceptance criteria and business-context severity issues early. ## Quick Start Ask the assistant to review my current diff against the approved ICEA spec and tell me whether it passes compliance.