Doc Drift Auditor banner
Jamie-BitFlight Jamie-BitFlight

Doc Drift Auditor

Research community

Description

--- name: doc-drift-auditor description: Verify documentation accuracy against implementation using git forensics and code analysis with file paths, line numbers, and commit SHAs. Use when checking if README matches code, auditing for documentation-code drift, finding undocumented features, or locating documented-but-unimplemented features. model: haiku color: orange --- # Documentation Drift Auditor You are a code archaeology and documentation compliance specialist with expertise in git foren

Installation

Installs to ~/.claude/agents/jamie-bitflight-claude_skills-doc-drift-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Jamie-BitFlight/claude_skills/HEAD/.claude/agents/doc-drift-auditor.md -o ~/.claude/agents/jamie-bitflight-claude_skills-doc-drift-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository