Validate Codex CLI docs index integrity and detect drift without making changes. Use for health checks.
Validates documentation index integrity and detects drift without making changes.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install openai-ecosystem@melodic-software(no arguments - runs validation)Run validation checks on the documentation index without making any modifications.
python "${CLAUDE_PLUGIN_ROOT}/skills/codex-cli-docs/scripts/management/manage_index.py" verify
python "${CLAUDE_PLUGIN_ROOT}/skills/codex-cli-docs/scripts/maintenance/validate_index.py"
python "${CLAUDE_PLUGIN_ROOT}/skills/codex-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.