# Drift Audit

> Use this skill when you want Claude Code to audit this repository for docs-to-code drift, broken paths, stale scripts, inconsistent environment assumptions, or mismatches between implementation and operational docs.

- Skill: `hoangsonww/drift-audit-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add hoangsonww/drift-audit-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hoangsonww/drift-audit-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: hoangsonww (https://skillmd.com/u/hoangsonww)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hoangsonww/drift-audit-2

---


# Drift Audit

Use this skill for repo hygiene and extension maintenance.

## Audit Targets

- README versus actual scripts and routes
- Dockerfiles versus build output
- `vercel.json` versus scheduled routes and comments
- root scripts versus `shell/` wrappers
- compiled `.js` files checked in beside `.ts` source
- MCP and agentic pipeline runtime claims versus current Python code
- infrastructure docs versus manifests and scripts

## Workflow

1. Pick the directories implicated by the user request.
2. Compare the doc or wrapper layer to the actual implementation.
3. Prefer findings with concrete file paths and real operational impact.
4. Separate:
   - broken now
   - likely stale but harmless
   - risky to fix without broader validation

## References

- Read `references/drift-hotspots.md` before broad repo audits.

