documentation-pass

Audit CLAUDE.md, docs, README files, and ADRs against recent code and chat context.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Levezze/devkit --skill documentation-pass-levezze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-pass
Source: https://github.com/Levezze/devkit/tree/main/skills/documentation-pass
Command: npx skills add https://github.com/Levezze/devkit --skill documentation-pass-levezze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

documentation-pass helps teams prevent documentation drift by auditing key project documents and turning stale or bloated guidance into a prioritized set of fixes.

Core Features & Use Cases

  • Holistic documentation audit across CLAUDE.md, docs/, README files, and ADRs to ensure the documentation reflects the true current architecture and workflow.
  • Rule-based cleanup guidance that removes brittle snapshots and mutable enumerations while preserving durable, high-utility rules of thumb.
  • Two-phase safe workflow that produces findings and an explicit apply plan first, then waits for approval before making changes.

Quick Start

Run documentation-pass to generate an audit plan for CLAUDE.md, README, docs/, and the ADR directory based on the current state of your repository.

Frequently Asked Questions about documentation-pass

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

FAQPage Schema
How do I prevent documentation drift after a major code refactor?

To prevent documentation drift after major code refactors, you can audit project documents like CLAUDE.md, README files, and ADRs against recent code changes. This process identifies stale guidance and generates a prioritized fix plan before any edits are applied.

What is the best way to clean up a bloated CLAUDE.md file?

The best way to clean up a bloated CLAUDE.md file is to perform a rule-based audit that removes brittle snapshots and mutable enumerations. This ensures the file retains only durable, high-utility workflow rules.

Can I audit architecture decision records against recent code changes automatically?

Yes, you can audit architecture decision records (ADRs) against recent code and chat context. The audit inspects the ADR directory to ensure the documentation reflects the true current architecture before proposing any changes.

How do I update project docs without auto-writing unwanted changes?

To update project docs without auto-writing unwanted changes, use a two-phase workflow that produces findings and an explicit apply plan first. This strict no-auto-write behavior ensures changes are applied only after explicit user approval.

When should I run a documentation audit for my repository?

You should run a documentation audit after major refactors, architecture decisions, or when CLAUDE.md becomes stale or bloated. This ensures your docs remain current and actionable by checking them against the actual repository state.