Skip to main content

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.

설치로 이동

소스 정보

저장소
hoangsonww/AI-Gov-Content-Curator
최근 소스 활동
2026년 3월 15일 21:16
감지된 SKILL.md 언어
영어
스타
30
포크
18

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
drift-audit
description
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.
# 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.
GitHub에서 보기