Audit docs
Reusable Codex skills and agent workflows
npx -y skills add LandonTomaine/LT-Agents --skill audit-docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Lightweight documentation audit workflow for checking repo docs, indexes, and agent guidance for stale content, duplication, missing routes, unclear ownership, and mismatches with the current repository. Use when the user asks to review, tighten, de-duplicate, or improve documentation without doing a broad standards bootstrap.
SKILL.md
2.4 KB, 441 tokens by cl100k_base, as published. Nobody here has run it
Audit Docs
Primary lens: Review.
Goal
Review docs as a navigable system. Find drift, duplication, missing routes, and unclear maintenance rules. Prefer focused fixes over new documentation layers.
Workflow
-
Scope the audit.
- Identify the docs or repo area to review.
- Check
git status --short --branch. - Read entrypoints first:
README*,AGENTS.md, docs indexes, and skill indexes.
-
Build an evidence map.
- List authoritative docs.
- List route/index docs.
- Note docs that appear historical, duplicated, stale, or incomplete.
- Search for changed concepts across the repo before calling a doc stale.
-
Audit for maintainability.
- Can a new human find the right next doc?
- Can an agent find the right rule without loading unrelated material?
- Are install, validation, commit, push, and publishing expectations clear when relevant?
- Are repeated command sequences better as scripts than prose?
- Are skill package routes current?
- Are maintenance triggers documented?
-
Recommend or edit.
- If the user asked for a review, report findings first with file paths.
- If the user asked for fixes, make narrow edits to authoritative docs and indexes.
- Prefer updating or deleting duplicate guidance over adding a new file.
- Do not create broad docs, roadmaps, or repo-local skills without explicit approval.
-
Validate.
- Run the repo's documented doc validation.
- At minimum, run
git status --shortandrg --files. - For changed links or routes, verify referenced files exist.
Output
Order findings by impact:
- stale or wrong guidance
- missing route or missing authoritative doc
- duplication or conflicting docs
- unclear ownership or maintenance trigger
- overlarge or misplaced agent-only guidance
If no meaningful issue exists, say no change needed and do not invent cosmetic findings.
Do Not
- Do not create broad docs, roadmaps, or repo-local skills without explicit approval.
- Do not call a doc stale without checking repo evidence.
What ships with it: 1 file
231 B alongside SKILL.md
agents/
- openai.yaml231 B