MAGS Docs Validate
Run validation checks on all project documents.
Usage
/mags-docs-validate
Steps
Ask the user: "Standard validation or deep validation?"
- Standard — checks frontmatter, required sections, cross-references, freshness
- Deep — all standard checks plus: version conflict detection, memory-doc consistency, ADR structure validation, and module completeness checks
If deep: call
mags_validate_docswithdeep: true. If standard (or no preference): callmags_validate_docswith 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 healthyIf 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 callmags_update_doc.
Related commands:
| Command | Description |
|---|---|
/mags-docs |
List all project documents |
/mags-docs-search <query> |
Search across all documents |
Converted and distributed by TomeVault — claim your Tome and manage your conversions.