con un clic
mags-docs-validate
Validate project documentation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Validate project documentation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Show all available MAGS commands, skills, agents, and hooks at a glance
Initialize MAGS for the current project
Initialize MAGS for an existing (brownfield/legacy) project
Show project status dashboard with progress, docs health, and next steps
Generate changelog from git history and project docs
List all project documents
| name | mags-docs-validate |
| description | Validate project documentation |
| version | 1.0.0 |
| user-invocable | true |
| allowed-tools | ["mcp__mags_mags__mags_validate_docs","mcp__mags_mags__mags_get_doc","mcp__mags_mags__mags_update_doc"] |
Run validation checks on all project documents.
/mags-docs-validate
Ask the user: "Standard validation or deep validation?"
If deep: call mags_validate_docs with deep: true.
If standard (or no preference): call mags_validate_docs with default parameters.
Display results grouped by severity:
== Document Validation ==
Errors (must fix):
- docs/architecture/overview.md: Missing required section "Tech Stack"
- docs/rules/backend.md: Broken internal link to ../api/auth.md
Warnings (should fix):
- docs/modules/auth.md: No code examples found
- docs/changelog/changes.md: Last updated over 30 days ago
Passed: <N>/<total> documents are healthy
If there are errors, ask: "Would you like me to fix the errors?"
If yes, read each problematic doc with mags_get_doc, fix the issues, and call mags_update_doc.
Related commands:
| Command | Description |
|---|---|
/mags-docs | List all project documents |
/mags-docs-search <query> | Search across all documents |