skilly. Buy ad slot
All skills
Community / AGENT SKILL

speckit-docguard-diagnose

KamiJeong/tech-bridge-book
0 installs 0 GitHub stars
0

Diagnose documentation issues and generate AI-ready fix prompts

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# DocGuard Diagnose

Runs guard validation, analyzes failures, and generates AI-ready prompts to fix documentation issues.

## User Input

$ARGUMENTS

## Steps

1. Run DocGuard diagnose on the current project:

```bash
npx --yes docguard-cli@latest diagnose $ARGUMENTS
```

2. Review the output:
   - **Issues found** — categorized as errors or warnings
   - **Remediation plan** — ordered list of fix commands
   - **AI-ready prompt** — copy/paste to your AI agent for automated fixes

3. For multi-perspective analysis, add `--debate` to get three-agent prompts (Advocate/Challenger/Synthesizer).

## Flags

- `--format json` — Output as JSON
- `--debate` — Generate multi-perspective AI prompts
- `--dir <path>` — Run on a different directory

## Research

Inspired by AITPG (IEEE TSE 2026) multi-agent prompting and TRACE (IEEE TMLCN 2026) calibrated quality evaluation.