audit-docs

audit-docs is a skill for Claude Code, Codex from TalonT-Org/AutoSkillit. It costs 65 tokens per session (1,519 once invoked), scanned A, original, MIT.

A documentation-checking tool that compares project documentation with how the code actually behaves. It looks for outdated, conflicting, or inaccurate information and writes a severity-rated report with code references.

In plain words
What is it for?
Use it to review project instructions, architecture documents, and other documentation for stale claims and inconsistencies.
Why use it?
It helps find documentation that has fallen out of sync with the software, before developers rely on incorrect instructions or descriptions.

Skill for Claude CodeCodex

Part of the autoskillit plugin — 36 skills, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/talont-org/autoskillit/audit-docs
Any agent
npx skills add TalonT-Org/AutoSkillit --skill audit-docs
Clone the repo
git clone --depth 1 https://github.com/TalonT-Org/AutoSkillit

Made for: Claude Code, Codex.

Or install autoskillit, the plugin that ships this one along with the rest of its 36 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for audit-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/talont-org/autoskillit/audit-docs.svg)](https://agentmods.dev/skills/talont-org/autoskillit/audit-docs)
Your own site
<a href="https://agentmods.dev/skills/talont-org/autoskillit/audit-docs"><img src="https://agentmods.dev/badge/skills/talont-org/autoskillit/audit-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00065 $0.01519
Opus 5 $0.00032 $0.00759
Sonnet 5 $0.00013 $0.00304
Haiku 4.5 $0.00006 $0.00152

Measured 4d ago against content hash 28713ea6cc94, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

audit-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/autoskillit/skills_extended/audit-docs/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Documentation Audit Skill

Audit all documentation sources for drift, staleness, and inconsistency against actual codebase behavior.

When to Use

  • User says "audit docs", "check documentation", "docs audit", "documentation review", "docs drift", "stale docs"

Critical Constraints

NEVER:

  • Modify any source files
  • Update an existing report — always generate a new one
  • Compare doc-to-doc without first grounding claims in actual code behavior
  • Run subagents in the background (run_in_background: true is prohibited)

ALWAYS:

  • Ground every cross-reference finding in what the code actually does (not what other docs say)
  • Use subagents for parallel exploration
  • Write report to {{AUTOSKILLIT_TEMP}}/audit-docs/docs_audit_{YYYY-MM-DD_HHMMSS}.md
  • Provide file:line references for every finding
  • Categorize findings by severity (CRITICAL, HIGH, MEDIUM, LOW)
  • Produce a usable report even when one or more subagents fail

Documentation Sources

Enumerate and audit all of the following:

  • CLAUDE.md — project instructions, architecture tree, file path references, tool/skill counts, layer descriptions
  • docs/architecture/**/*.md — component names, module paths, layer assignments
  • docs/requirements/**/*.md and docs/specs/**/*.md — API surface, behavioral contracts
  • All README.md files at any depth in the repository
  • Module/class/function docstrings in Python files under src/
  • Recipe YAML description, summary, and note fields in .autoskillit/recipes/ and src/autoskillit/recipes/

Inconsistency Categories

Flag findings in these categories (maps to REQ-SKILL-004):

  • Stale claims — doc asserts X, actual code behavior is Y
  • Orphaned references — doc mentions a file, module, tool, class, or skill that no longer exists
  • Missing docs — new subsystem or module with no mention in CLAUDE.md tree or arch docs
  • Path/name drift — hyphen-vs-underscore mismatches, renamed symbols, old module paths
  • Count mismatches — CLAUDE.md states N tools/skills/hooks but actual count differs
  • Inter-doc contradictions — CLAUDE.md says A, arch doc says B about the same entity

Read the full file on GitHub · 166 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 166 lines · 65 tokens per session scan A 28713ea6cc94

Subscribe to this mod's changes

audit-docs is a skill published in the GitHub repository TalonT-Org/AutoSkillit (5 stars, last pushed 5d ago), licensed MIT. It adds 65 tokens to every session and 1,519 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

portaljs-check-data-quality

Audit a local or remote tabular file (CSV/TSV) for common data quality issues — schema, nulls, types, duplicates. Read-only. Use when a dataset needs a quality check before publishing, or a showcase renders wrong (blank cells, garbled numbers, an unsortable date column) and the cause needs isolating.

datopian/portaljs · 76 tokens

agent-review

Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.

stencila/stencila · 57 tokens

Website Audit

Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.

PramodDutta/qaskills · 33 tokens

aws-security-audit

AWS security auditing — IAM users/roles/policies, CloudTrail API events, security posture analysis. Use when auditing IAM permissions, investigating security incidents, checking MFA compliance, or tracing API activity in CloudTrail.

automateyournetwork/netclaw · 47 tokens

jentic

Use this skill whenever the user wants to work with a third-party or external API/tool through the Jentic platform — e.g. asks to "find the vessel-tracking API and add it", "get rows from this Google Sheet", connect Slack, import/search/discover an API, integrate or automate a SaaS, pull data from a service, or call…

jentic/jentic-one · 144 tokens