What problem does it solve? When working with an aiwf-managed planning tree, a blocked git push or a failed aiwf check run leaves you staring at cryptic finding codes like refs-resolve/unresolved or fsm-history-consistent/illegal-transition with no explanation of what went wrong or how to fix it. This Skill decodes every finding, tells you whether it blocks a push, and gives the remediation path. ## Core Features & Use Cases - Finding code reference: Explains every error and warning code emitted by aiwf check, from id collisions and broken references to FSM history violations and provenance audit failures. - Hook behavior guidance: Clarifies the difference between the fast pre-commit shape-only check and the full pre-push audit, including when each blocks and why. - Provenance audit scoping: Explains how --since <ref> controls the untrailered-commit audit range and what happens on branches with no upstream. - Use Case: Your push is rejected with ids-unique/trunk-collision. Ask the Skill what it means, and it explains that an id allocated on your branch collides with one on the trunk ref, and that aiwf reallocate is the fix. ## Quick Start Ask the assistant to explain why aiwf check reported a specific finding code and whether it blocks your push.