What problem does it solve? Engineering agents often invent or duplicate coding standards instead of following the repository's actual policy, producing inconsistent implementations and unfounded review findings. This Skill resolves the authoritative standards for a task from the correct source, or runs a conformance review where every finding cites an exact rule. ## Core Features & Use Cases - Resolve Mode: Locates the governing standards for a scope using a strict authority order — the repository's own standards skill, then repository docs like CLAUDE.md or CONTRIBUTING.md, then a built-in fallback — and returns a compact contract of task-relevant rules, reusable primitives, and risk lenses. - Review Mode: Performs a cited conformance review where every finding includes an exact code pointer, exact rule or section pointer, severity, and a concrete fix, delegating to the repository's own standards skill when one is configured. - Risk-Lens Catalogue: Activates only the risk lenses justified by the changed surface, such as security boundaries, migrations, concurrency, or data integrity, so reviews stay proportional. - Use Case: Before shipping a database migration task, an agent invokes resolve mode to get the repo's migration and rollback rules as a compact contract, then a gate reviewer invokes review mode to verify the diff against those exact cited rules. ## Quick Start Ask the agent to resolve the engineering standards that apply to your current task scope before writing any code.