What problem does it solve? Code reviews against personal coding standards often produce noisy, low-signal findings. This Skill reviews diffs, branches, or files against your own rules in ~/.claude/rules, then adversarially defends each candidate violation so only real violations are reported. ## Core Features & Use Cases - Rule-gated review: Loads every rule file (coding, architecture, refactoring, commit, communication, dispatch) and applies each only when relevant to the change. - Adversarial filtering: Each candidate violation is prosecuted with file:line evidence and concrete cost, then defended against six challenges; survivors only are reported. - Structured verdict report: Outputs PASS or VIOLATIONS FOUND with quoted rule text, minimal fixes, rule collisions, and dropped findings. - Use Case: After finishing a feature branch, ask for a rule review to check the diff against your commit, communication, and architecture rules before opening a PR. ## Quick Start Ask the assistant to run a rule review on my current diff against my rules in ~/.claude/rules.