一键导入
drift-audit
Run a thorough drift audit to detect standards divergence
菜单
Run a thorough drift audit to detect standards divergence
Wire standards into CLAUDE.md, AGENTS.md, and .cursor/rules/ using references
Maintain the documentation index to prevent orphaned standards
Write a well-structured standard document with headers, rules, and examples
Design a quality ceremony that drives standards compliance
Review a PR for standards compliance during code review
Build a project-specific standards enforcement agent
| name | drift-audit |
| description | Run a thorough drift audit to detect standards divergence |
Conduct a comprehensive audit to identify where code practice diverges from documented standards.
Standards drift happens gradually — code patterns diverge from standards, documentation becomes stale, agent context falls out of sync with reality. This skill teaches you to run a formal audit and act on findings.
Drift can occur in three ways:
The weekly drift audit is a scheduled ceremony that catches these issues between PRs.
Reference: levels/L2-ceremonies/ceremonies/weekly-drift-audit.md
Run verify-all.sh — Execute all verification scripts
./scripts/verify-all.sh
Run check-drift.sh — Detect standards infrastructure issues
./levels/L2-ceremonies/scripts/check-drift.sh
Review recent PRs for compliance — Spot-check compliance in merged code
Check for new standards needing wiring — Identify undiscovered standards
Update agent context if architecture changed — Keep context in sync
Summarize findings and create issues — Document results for the team
Ceremony theater — Running audit but not acting on results
Rubber-stamping results — Reading output without understanding it
False positives from vague standards — Misinterpreting results
levels/L2-ceremonies/ceremonies/weekly-drift-audit.md — Full ceremony definitionlevels/L2-ceremonies/scripts/check-drift.sh — Drift detection scriptlevels/L1-context/library/quality/governance.md — Standards drift prevention