gsd-audit-uat

Audit UAT and verification items across project phases using path-globs.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-audit-uat-d0nmega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-uat
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/gsd-audit-uat
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill gsd-audit-uat-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits all UAT and verification items across project phases to surface pending, skipped, blocked, and human_needed tasks and to identify gaps in documentation.

Core Features & Use Cases

  • Cross-phase UAT/verification item status review across all planning phases.
  • Detects stale or missing documentation by cross-referencing the codebase.
  • Generates a prioritized, executable plan for human testers and engineers.

Quick Start

Run a cross-phase UAT/verification audit to generate a prioritized human test plan.

Frequently Asked Questions about gsd-audit-uat

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

FAQPage Schema
How do I audit pending UAT and verification items across project phases?

You can audit pending UAT and verification items by applying this Skill across planning phases to identify pending, skipped, blocked, and human_needed tasks. It cross-references the codebase to detect stale documentation and outputs a prioritized action plan.

How do I detect stale documentation by cross-referencing my codebase?

To detect stale documentation, the Skill cross-references your codebase against phase planning files. It uses path-globs like .planning/phases/*/*-UAT.md and *-VERIFICATION.md to find mismatches between documented verification items and the actual codebase state.

What's the best way to generate a prioritized human test plan from UAT items?

The best way to generate a prioritized human test plan is to run a cross-phase UAT audit. The Skill reviews all planning phases, categorizes items by status such as blocked or human_needed, and outputs an executable plan for engineers and testers.

Can I identify skipped or blocked verification tasks in my planning phases?

Yes, you can identify skipped or blocked verification tasks by applying this audit across all planning phases. It specifically surfaces pending, skipped, blocked, and human_needed items to give you a clear status overview of your project.

Do I need specific file path structures to perform a UAT audit?

You need specific file path structures for the audit to work. The Skill leverages path-globs such as .planning/phases/*/*-UAT.md and *-VERIFICATION.md to locate and drive the cross-phase audit of your verification items.