What problem does it solve? Teams accumulate many decision Policies across scopes, and manually checking whether code changes or documents comply with them is slow and error-prone. This Skill automates that review, producing structured findings with severity, Policy references, and fixes. ## Core Features & Use Cases - Policy-aware review: Compiles applicable Policies from hierarchical XDRS scopes, resolving follows, extends, scope-type chains, and local meta-policies before reviewing. - Structured findings: Classifies violations as ERROR or WARNING with file/line references, Policy citations, and actionable fixes, ending in a PASS/FAIL outcome. - Diagram validation: Extracts fenced Mermaid blocks and validates them with mermaid-cli, reporting render errors. - Use Case: After opening a pull request, ask for a compliance review; the Skill diffs against the base branch, loads all governing Policies, and returns a findings report without modifying any code. ## Quick Start Review my current git diff against the XDRS Policies in this repository and report any violations.