Synchronizes technical documentation, configuration files, and mappings with the current state of code and workflows.
The ecc-cmd-update-docs skill automates the critical task of keeping project documentation in sync with the actual codebase. It proactively identifies stale documentation, updates architecture descriptions, refreshes usage examples, and validates that CLI commands and file paths remain accurate. By enforcing a verification-first approach and producing changelog summaries, it ensures that your documentation remains a reliable source of truth, preventing the 'documentation rot' that often occurs during rapid development cycles.
主な機能
01Automated identification of stale documentation and configuration mappings
020 GitHub stars
03Dynamic updates for architecture diagrams, usage examples, and code snippets
04Fallback support for environment-specific execution constraints
05Validation of CLI commands and file paths mentioned within documents
06Automatic generation of changelog summaries for documentation updates
ユースケース
01Verifying that installation guides and command-line examples are still valid
02Synchronizing configuration mapping files with recent source code changes
03Updating project READMEs and API documentation after major code refactors