What problem does it solve? Documentation and AI context files like CLAUDE.md and README.md drift out of sync with the codebase after feature work and merged PRs, causing AI agents to make wrong assumptions and produce incorrect code. ## Core Features & Use Cases - Change Detection: Parses git history and merged PRs over a configurable time scope to identify what actually changed in the codebase. - Documentation Audit: Cross-references code changes against CLAUDE.md, README.md, docs/, and skill definitions to find outdated, incomplete, or missing coverage. - Surgical Updates: Applies minimal targeted edits and creates new docs for undocumented features while preserving existing style and structure. - Use Case: After a week of merged PRs, run the skill with scope "since last 7 days" to receive an audit report of every stale doc section plus the exact edits applied to fix them. ## Quick Start Ask the agent to check all documentation and context files for changes since the last 7 days and update anything outdated.