Diagnose and fix common documentation issues.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install code@mwguerra-marketplace# Documentation Health Check Diagnose and fix common documentation issues. ## Syntax ## Arguments | Argument | Required | Description | |----------|----------|-------------| | `--check` | No | Check only, don't fix anything | | `--fix` | No | Auto-fix issues with safe defaults | | `--interactive` | No | Interactive mode - confirm each fix (default) | ## Checks Performed ### 1. Structure Health | Check | Description | Auto-Fix | |-------|-------------|----------| | Docs folder exists | `docs/` directory present | Create with `init` | | README exists | `docs/README.md` present | Crea...