MAGS Docs Validate
Run validation checks on all project documents.
Usage
code
/mags-docs-validate
Steps
- •Call
mags_validate_docsto run all validation checks. - •Display results grouped by severity:
code
== 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 callmags_update_doc.