Validate Gemini CLI docs index integrity and detect drift without making changes. Use for health checks.
Validates Gemini CLI documentation index integrity and detects drift without modifications.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-ecosystem@melodic-software(no arguments - runs validation)Run validation checks on the documentation index without making any modifications.
python "${CLAUDE_PLUGIN_ROOT}/skills/gemini-cli-docs/scripts/management/manage_index.py" verify
python "${CLAUDE_PLUGIN_ROOT}/skills/gemini-cli-docs/scripts/validation/validate_index_vs_docs.py" --summary-only
python "${CLAUDE_PLUGIN_ROOT}/skills/gemini-cli-docs/scripts/management/manage_index.py" count
Report the results of each validation step, highlighting any issues found.
/validate-docsValidate Claude docs index integrity and detect drift without making changes.