Quick documentation health check
Run a quick health check to see if your documentation is in sync with code changes. Use this when you need a fast status update on documentation health and what needs attention.
/plugin marketplace add ari1110/doc-manager-mcp/plugin install doc-manager@doc-manager-suiteRun a quick documentation health check for the current project.
doc-expert agent Please provide a quick documentation status check.
This should include:
docmgr_detect_changes to check for changes since last syncFormat the output concisely:
## Documentation Status
**Platform**: {platform}
**Last Sync**: {timestamp or "unknown"}
### Quick Stats
- Changed Files: {count}
- Affected Docs: {count}
### Status: {in_sync | out_of_sync | not_initialized}
### Quick Actions
- /doc-sync - Sync with code changes
- /doc-quality - Full quality assessment
If not initialized:
## Documentation Status
**Status**: Not initialized
### Setup
Run `doc-expert agent Set up documentation management` to initialize.