Audit and maintain documentation files in the current project. This command checks for stale content, outdated references, redundancy, and suggests improvements.
# Update Documentation Audit and maintain documentation files in the current project. This command checks for stale content, outdated references, redundancy, and suggests improvements. ## Command Usage `/update-docs [scope]` **Scope options:** - `all` (default) - Full audit of all documentation - `quick` - Check dates and versions only - `archive` - Focus on archiving old content ## Process ### 1. Discover Documentation Files Scan for documentation in priority order: ### 2. Check Currency For each documentation file, check: **Date Freshness:** - Find "Last Updated", "Updated:", ...
Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.
Update project documentation systematically: $ARGUMENTS
Update project documentation using the git-workspace-review and doc-updates skills.
Update and synchronize project documentation with recent code changes
Use the doc-curator subagent to surgically update existing documentation in the `docs/` directory based on recent code changes. This command focuses on intelligent, incremental updates to keep documentation synchronized with code changes.