audit-docs
스타0
포크0
업데이트2026년 3월 21일 21:15
Validate documentation sync between CLAUDE.md, skills, agents, and disk
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Validate documentation sync between CLAUDE.md, skills, agents, and disk
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scaffold a REST API endpoint with hexagonal layers and integration tests
Scaffold a React component with Vitest tests (TDD-first)
Scaffold a new Shell extension with hexagonal layers and TDD
Add a sub-feature within an existing Shell extension
Scaffold a SQL migration with RLS policy, rollback plan, and test seed data
Scaffold a Tauri IPC command with full round-trip (Rust handler, TS types, React hook, tests)
| name | audit-docs |
| description | Validate documentation sync between CLAUDE.md, skills, agents, and disk |
| user_invocable | true |
Validate that documentation references in CLAUDE.md are consistent with what
exists on disk, and that generated AI configs are up to date.
.claude/skills/CLAUDE.md.md file in .claude/agents/ (if the directory exists)CLAUDE.md.claude/agents/ does not exist, SKIP this check.md file in .claude/rules/.claude/settings.json or
loaded by convention)pnpm ai:check (if the script exists in package.json)CLAUDE.mdsrc/features/=== DOCUMENTATION AUDIT ===
Sync Status
| Source | On Disk | Referenced | Missing | Stale |
|---------------------|---------|------------|---------|-------|
| Skills | 8 | 7 | 1 | 0 |
| Agents | 5 | 5 | 0 | 0 |
| Rules | 3 | 3 | 0 | 0 |
| AI Configs | — | — | 0 | 1 |
| Shell Extensions | 4 | 4 | 0 | 0 |
Findings
| Severity | Check | Item | Issue |
|----------|--------------------|-------------------------|-----------------------------|
| HIGH | Skills table | /audit-tokens | On disk but missing from CLAUDE.md |
| MEDIUM | AI configs | AGENTS.md | Stale — run pnpm ai:generate |
| MEDIUM | Shell extensions | Snapshots | In table but no src/features/snapshots/ |
=== RESULT: PASS/FAIL ===