What problem does it solve? Teams define coding and workflow standards in rule files, but verifying that current work actually follows them is manual and inconsistent. This Skill runs a structured compliance review against the rules in agents/task_instructions/rules and produces an evidence-based pass/warn/fail assessment. ## Core Features & Use Cases - Rule Discovery and Selection: Resolves the ai_tools root, reads router.md when present, and selects only task-relevant rules based on frontmatter fields like when_to_use, scope, and applies_to. - Structured Compliance Matrix: Evaluates each selected rule against the current workspace context and records pass, warn, or fail with rationale. - Actionable Remediation: For every warn or fail, provides a concrete fix, a ranked list of top violations by impact, and a verification plan with tests or commands. - Use Case: After finishing a feature branch, ask for a rules-based review to confirm the changes comply with project standards before opening a pull request. ## Quick Start Review my current changes against the project task-instruction rules and give me a compliance matrix with fixes for any violations.