gsd-audit-uat

Audit UAT and verification items across planning phases against the codebase.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill gsd-audit-uat-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-uat
Source: https://github.com/coco-research/coco/tree/main/systems/gsd/skills/gsd-audit-uat
Command: npx skills add https://github.com/coco-research/coco --skill gsd-audit-uat-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch unfinished UAT and verification work before it slips through release planning. It consolidates pending, skipped, blocked, and human-needed items so reviewers can focus on what still requires action.

Core Features & Use Cases

  • Phase-wide audit: Scans planning files across all phases to identify open UAT and verification items.
  • Staleness cross-checks: Compares planning notes against the codebase to surface outdated or mismatched documentation.
  • Prioritized test planning: Produces a human test plan ordered by risk, blockers, and unresolved verification status.
  • Use case: A release manager can run this Skill before a milestone review to see which items still need manual validation and which phase documents are no longer accurate.

Quick Start

Ask the assistant to audit the project’s UAT and verification files, cross-reference them with the codebase, and return 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 before a release?

To audit UAT items before release, recursively scan phase markdown planning files to identify pending, skipped, blocked, or human-needed verification tasks. This process consolidates open items so reviewers can focus on unresolved work.

What is the best way to find verification gaps in planning repositories?

Finding verification gaps requires cross-referencing planning notes against the codebase to surface outdated documentation. This staleness check identifies mismatched files and highlights items still requiring manual validation before milestone review.

How do I generate a prioritized human test plan from pending UAT items?

Generating a prioritized human test plan involves scanning phase files for unresolved verification items and ordering them by risk, blockers, and status. The output directs manual testers toward the most critical pending tasks first.

Can I check if planning documentation is stale compared to the codebase?

Yes, you can check for stale documentation by cross-referencing planning markdown files against actual implementation evidence in the codebase. This surfaces outdated or mismatched notes so teams can update them before release.

Does UAT audit work with skipped or blocked verification tasks?

Yes, UAT audit specifically targets skipped and blocked verification tasks alongside pending and human-needed items. It consolidates all these outstanding statuses across phases to ensure no unfinished work slips through release planning.