documenter

Detect drift between documentation and code by comparing CLAUDE.md, STATUS.md, and inline comments.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/arvidfcjarfalla-prog/atlas --skill documenter-arvidfcjarfalla-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documenter
Source: https://github.com/arvidfcjarfalla-prog/atlas/tree/main/.claude/skills/documenter
Command: npx skills add https://github.com/arvidfcjarfalla-prog/atlas --skill documenter-arvidfcjarfalla-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps project documentation in sync with the actual codebase by detecting drift between CLAUDE.md, STATUS.md, inline comments, and the code.

Core Features & Use Cases

  • Drift detection between code and documentation, ensuring claims in CLAUDE.md and STATUS.md match the codebase.
  • Flag inconsistencies and generate actionable update recommendations for documentation files.
  • Audit-ready checks that run on code changes and documentation updates, suitable for automated pipelines.

Quick Start

Run the documenter skill to scan recent commits and flag any documentation drift.

Frequently Asked Questions about documenter

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

FAQPage Schema
How do I detect documentation drift in my codebase?

Documentation drift occurs when claims in CLAUDE.md and STATUS.md no longer match the codebase. You can detect it by scanning recent commits to flag inconsistencies and generate actionable update recommendations.

How do I keep project documentation in sync with code changes?

You can keep documentation in sync by running audit-ready checks that scan recent commits and flag any drift between the codebase and documentation files, generating actionable update recommendations.

Can I run documentation auditing checks in automated pipelines?

Yes, documentation auditing checks are designed for automated pipelines. They run on code changes and documentation updates to flag inconsistencies between the codebase and documentation files.

What is the best way to automate quality assurance for project documentation?

Automating quality assurance for project documentation involves detecting drift between code and docs. By comparing documentation files and inline comments against the actual codebase, you can flag inconsistencies and suggest updates automatically.

Does documentation drift detection require specific file formats?

Documentation drift detection specifically requires CLAUDE.md and STATUS.md files, along with inline comments. It compares these documentation sources against the actual codebase to identify inconsistencies.

When should I avoid using automated documentation drift detection?

You should avoid automated documentation drift detection if your project lacks automated builds, version control, or ongoing documentation updates, as the process is designed for projects with these infrastructure elements.