What problem does it solve? Verifying that a pull request actually implements what the approved spec requires is slow and error-prone when done manually. This Skill automates spec-to-code compliance checking, producing a structured review that shows exactly which requirements are implemented, partial, missing, or unverifiable. ## Core Features & Use Cases - Four-Part Compliance Report: Generates a Spec Compliance Check, Code Review Against Spec, Traceability Matrix, and Gaps/Risks Report with file-and-line evidence for every finding. - Dual Scope and Output Modes: Supports ICEA-only reviews before a Tech Spec exists, full ICEA+Tech Spec reviews with coverage-matrix and D-option fidelity checks, and a compact verdict block used by pr-create and checkin gates. - Provider-Aware PR Fetching: Resolves PR diffs from GitHub or Azure DevOps by PR number, from saved diff files, or from the local branch against the base branch. - Use Case: A developer finishes a feature branch for ADO work item 1234 and runs the review; the Skill auto-discovers the ICEA and Tech Spec from the story folder, diffs against the base branch, and returns a merge verdict listing any missing acceptance criteria. ## Quick Start Ask the assistant to review the current branch's pull request against the approved ICEA and Tech Spec for the work item and report any missing requirements.