SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Diagnose documentation issues and generate AI-ready fix prompts
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
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.
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.