What problem does it solve?
Internal documentation drifts out of sync with the codebase as features, commands, and file paths change, leaving developers with incorrect instructions. This Skill systematically audits Markdown documentation against the actual repository state and proposes verified corrections.
Core Features & Use Cases
- Documentation Drift Detection: Cross-references documented commands, paths, versions, and links against the actual codebase to find outdated, incorrect, or missing information.
- Structured Issue Reporting: Classifies findings by type (OUTDATED, INCORRECT, VERSION_MISMATCH, MISSING, BROKEN_LINK, INCONSISTENT) with file and line references before applying fixes.
- Bundled Skill Sync: Checks whether Streamlit feature changes require updates to bundled skills under lib/streamlit/.agents/skills/.
- Use Case: After merging a PR that renames a make target, run this Skill to find every AGENTS.md, README, and wiki page still referencing the old command and fix them in one pass.
Quick Start
Review the repository's internal documentation for outdated information and propose fixes for any issues you find.