What problem does it solve?
This Skill turns raw DocGuard guard output into a prioritized, commit-ready quality assessment that you can act on immediately, reducing the chance of merging documentation drift or missing Canonical-Driven Development requirements.
Core Features & Use Cases
- Automated Guard Execution: Runs DocGuard’s 19-validator suite via DocGuard CLI (or local dev mode) to obtain machine-readable results.
- Severity Triage & Routing: Parses findings, maps them to PASS/WARN/FAIL, and categorizes issues by CRITICAL/HIGH/MEDIUM/LOW to guide what to fix first.
- Actionable Remediation Plan: Produces specific next steps, including targeted file/section fixes and recommended follow-up actions (including optional automated chaining to a fix skill).
Use case example: After updating documentation or implementing a feature, run this Skill to identify which CDD validators failed (e.g., missing canonical docs or traceability breaks), then generate a remediation plan you can address before committing.
Quick Start
Run the Skill after installing DocGuard, and ask it to validate the current repository with docguard-guard so it returns a triaged guard report with recommended fixes.