audit-drift
Installation
SKILL.md
Audit Drift
Audit state before changing behavior. Find contradictions, drift, and weak state modeling first, then apply the smallest safe fix.
Follow this workflow
- Inventory every state surface involved in the feature or bug.
- Mark the source of truth for each state value.
- Trace how state is written, derived, cached, serialized, and invalidated.
- Identify impossible combinations, duplicated state, and uncontrolled transitions.
- Prioritize findings as
P1throughP4. - Auto-fix only local, low-risk issues. Leave wider schema or contract changes as findings with a concrete fix plan.
Inventory state surfaces
Check the full path, not just the visible bug site.