Skip to main content

drift-audit

Audit this repository for docs-to-code drift, broken paths, stale wrappers, inconsistent environment assumptions, or other mismatches between implementation and operational guidance. Use when Codex needs to verify whether repo docs, scripts, schedules, Dockerfiles, or MCP guidance still match the code.

跳到安装

来源信息

仓库
hoangsonww/AI-Gov-Content-Curator
最近来源活动
2026年3月15日 21:16
检测到的 SKILL.md 语言
英语
星标
30
分支
18

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
4 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
drift-audit
description
Audit this repository for docs-to-code drift, broken paths, stale wrappers, inconsistent environment assumptions, or other mismatches between implementation and operational guidance. Use when Codex needs to verify whether repo docs, scripts, schedules, Dockerfiles, or MCP guidance still match the code.
# Drift Audit Prefer concrete implementation mismatches over generic cleanup advice. ## Follow This Workflow 1. Compare the doc or wrapper layer to the implementation files it claims to represent. 2. Run `python3 scripts/check_repo_drift.py` for the repo’s current known hotspots. 3. Report what is broken now, what is stale but non-blocking, and what is risky to fix without broader validation. ## Use The References - Read `references/drift-hotspots.md` when the task is a broad repo audit.
在 GitHub 查看