docguard-guard

Run DocGuard's guard suite and produce a prioritized remediation plan.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/raccioly/coach-gravity --skill docguard-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docguard-guard
Source: https://github.com/raccioly/coach-gravity/tree/main/.agent/skills/docguard-guard
Command: npx skills add https://github.com/raccioly/coach-gravity --skill docguard-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs DocGuard's guard suite to assess a project against Canonical-Driven Development standards, parses results, triages severity, and proposes targeted remediation, acting as a quality gate before commits or after implementation phases.

Core Features & Use Cases

  • Parses machine-readable guard output and builds an actionable remediation plan.
  • Triages findings by severity (CRITICAL, HIGH, MEDIUM, LOW) and recommends concrete fixes.
  • Optional integration with docguard-fix for automated remediation and workflow automation.

Quick Start

Run the DocGuard guard workflow on your project to generate a triage report and remediation plan.

Frequently Asked Questions about docguard-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code analysis and generate a remediation plan for my project?

Code analysis and remediation planning are automated by running the DocGuard guard suite against your project to triage findings by severity and output a structured report with concrete fixes.

What's the best way to enforce Canonical-Driven Development standards as a CI quality gate?

To enforce Canonical-Driven Development standards as a CI quality gate, execute the DocGuard guard suite to assess project code and produce a prioritized triage report suitable for blocking faulty commits.

Do I need the DocGuard CLI installed to run quality checks on my codebase?

Yes, you need the DocGuard CLI available globally or via local development mode to execute the guard suite and generate the structured quality assessment for your codebase.

How does the guard suite triage code quality findings by severity?

The guard suite triages code quality findings by severity levels—CRITICAL, HIGH, MEDIUM, and LOW—parsing machine-readable output to recommend targeted, concrete fixes for each issue.

Can I automate the remediation plan fixes generated by the code analysis report?

You can automate remediation plan fixes by integrating the guard suite output with docguard-fix, enabling automated remediation and workflow automation for the identified code quality issues.

When should I run a structured code quality assessment in my development workflow?

A structured code quality assessment should be run as a quality gate before commits or after implementation phases to parse project findings and build an actionable remediation plan.