What problem does it solve?
This skill detects and corrects documentation drift caused by behavior changes in the codebase, preventing README files, guides, architecture notes, and agent instructions from becoming inaccurate.
Core Features & Use Cases
- Git-Based Drift Detection: Uses authoritative Git commit timestamps rather than filesystem metadata to identify documentation that may be stale.
- Source-Grounded Verification: Compares feature and fix commits with the current source code before concluding that a documentation claim is outdated.
- Comprehensive Documentation Audits: Reviews root documentation, package READMEs, user guides, skills, and agent files while accounting for renamed or restructured documents.
- Use Case: After a batch of parser or converter changes, use the skill to identify affected documentation, verify the actual behavior in source files, update every stale reference, and prepare an appropriate documentation commit.
Quick Start
Ask the skill to audit the repository documentation against recent Git history and update any claims that no longer match the current source code.