audit-docs

Audit repository documentation against PRD, PLAN, and task-DAG sources of truth.

Updated May 10, 2026
One-click install
npx skills add https://github.com/fridrichmrtn/probable-goose-machine --skill audit-docs-fridrichmrtn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-docs
Source: https://github.com/fridrichmrtn/probable-goose-machine/tree/main/.claude/skills/audit-docs
Command: npx skills add https://github.com/fridrichmrtn/probable-goose-machine --skill audit-docs-fridrichmrtn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit every documentation and skill artifact in this repo for staleness against its source of truth, then fix issues found. Tailored to the PRD → PLAN → INDEX → todo → T<NN> task-DAG and the eventual src/jobfit/ + tests/ + .github/ layout. Skip silently when a documented file is not yet built; report it once.

Core Features & Use Cases

  • End-to-end repository health checks that compare documented files against source-of-truth artifacts (PRD, PLAN, INDEX, and task DAGs) and surface drift.
  • Silent-skipping of not-yet-built items, with a consolidated summary of issues discovered and resolved.
  • Structured guidance for aligning documentation with code, tests, and GitHub workflows.

Quick Start

Run the audit from the repo root to compare artifacts against PRD, PLAN, and CLAUDE references and surface actionable changes.

Frequently Asked Questions about audit-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit repository documentation for staleness and drift?

To audit documentation drift, cross-check every documented file against its source of truth, such as PRD, PLAN, and INDEX artifacts, to surface inconsistencies and resolve them. The process skips not-yet-built items silently while reporting actionable changes.

What is documentation drift in a task graph and PRD workflow?

Documentation drift occurs when project files like PRDs, PLANS, or task DAGs fall out of sync with actual source code and tests. Auditing identifies these gaps by validating cross-references and aligning documented plans with the current repository state.

How do I check PRD and PLAN coverage against source code artifacts?

Check PRD and PLAN coverage by running a stepwise audit that validates task-DAG consistency, verifies artifact integrity, and cross-checks references across the repository. This surfaces actionable changes needed to align documentation with code and tests.

Does the documentation audit skip files that are not yet built?

Yes, the documentation audit silently skips not-yet-built items to avoid false positives. It reports skipped files once in a consolidated summary, focusing validation strictly on existing source artifacts and their documented cross-references.

What is the best way to fix CLAUDE.md drift and cross-reference inconsistencies?

Fix CLAUDE.md drift and cross-reference inconsistencies by running an end-to-end repository health check from the root. This compares documented files against source-of-truth artifacts and provides structured guidance for aligning documentation with code.