speckit-docguard-review

Diagnose DocGuard validation failures and generate AI-ready remediation prompts.

Updated May 18, 2026
One-click install
npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-docguard-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-docguard-review
Source: https://github.com/KamiJeong/tech-bridge-book/tree/main/.agents/skills/speckit-docguard-review
Command: npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-docguard-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps diagnose documentation validation failures in a Spec Kit project and turns those failures into AI-ready remediation guidance, so you can quickly understand what is broken and how to fix it.

Core Features & Use Cases

  • Validation Diagnosis: Runs DocGuard checks to surface errors and warnings in the current project.
  • Remediation Planning: Produces an ordered fix plan that points to the next best corrective actions.
  • AI-Ready Prompting: Generates copy/paste prompts that can be sent to another AI agent for automated documentation fixes.
  • Use Case: A project maintainer runs the Skill after a spec or documentation update to identify broken rules, prioritize repairs, and hand off a precise fix prompt to an assistant.

Quick Start

Ask the skill to diagnose the current Spec Kit project and return the issues, remediation plan, and AI-ready fix prompt.

Frequently Asked Questions about speckit-docguard-review

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

FAQPage Schema
How do I diagnose documentation validation failures in a Spec Kit project?

To diagnose documentation validation failures, run DocGuard checks against your Spec Kit project. The skill surfaces errors and warnings in the current project structure, helping you quickly identify broken rules and understand what needs fixing.

How do I generate AI-ready prompts to fix broken documentation rules?

Generating AI-ready prompts for broken documentation rules involves diagnosing validation failures and transforming them into copy/paste prompts. These prompts can be sent directly to an AI agent for automated documentation fixes.

What is the best way to plan documentation remediation after a spec update?

The best way to plan documentation remediation after a spec update is to produce an ordered fix plan. This plan points to the next best corrective actions, prioritizing repairs for broken rules identified during the validation diagnosis.

Do I need docguard-cli to run guardrail checks on my .specify structure?

Yes, you need docguard-cli execution to run guardrail checks on your .specify structure. The skill requires a project with this specific structure and relies on the CLI tool for analysis and output formatting.

Why does documentation validation fail after updating specs in a Spec Kit project?

Documentation validation fails after updating specs because changes can introduce structural or content errors that violate guardrail rules. Running DocGuard checks surfaces these specific errors and warnings, allowing targeted repairs.