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.

Ir para a instalação

Informações da origem

Repositório
hoangsonww/AI-Gov-Content-Curator
Última atividade na origem
15 de março de 2026 às 21:16
Idioma detectado do SKILL.md
inglês
Estrelas
30
Forks
18

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
2 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub