gsd-audit-uat

Scan UAT and verification phase files to identify pending, skipped, blocked, and human_needed items.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-audit-uat-jedmamosto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-uat
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-audit-uat
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-audit-uat-jedmamosto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-phase UAT work can get stuck with pending, skipped, or human-blocked items that no one re-checks, leading to stale verification and slow releases.

Core Features & Use Cases

  • Cross-phase UAT scanning: Finds pending, skipped, blocked, and human_needed UAT/verification items across planning phases.
  • Stale documentation detection: Cross-references UAT/verification entries against the codebase to flag outdated or no-longer-relevant items.
  • Prioritized human test plan: Produces a ranked set of what humans should validate next, focused on risk and remaining verification needs.

Quick Start

Run a cross-phase audit of all outstanding UAT and verification items by letting the skill scan the UAT and verification phase markdown files and cross-reference them to your codebase, then output 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 identify pending or skipped UAT items across multiple release phases?

To identify pending or skipped UAT items across release phases, scan .planning/phases/*/*-UAT.md and *-VERIFICATION.md files to locate blocked and human_needed verification tasks, cross-referencing them against the codebase to flag stale documentation.

What is the best way to triage a verification backlog for release readiness?

The best way to triage a verification backlog for release readiness is to audit planning markdown files for human_needed and blocked items, then generate a prioritized human test plan focused on remaining risk and validation needs.

How does cross-referencing UAT documentation against a codebase detect stale verification items?

Cross-referencing UAT documentation against a codebase detects stale verification items by scanning planning phase markdown files and matching their tracked tasks with current codebase states, flagging outdated or no-longer-relevant entries for removal.

Can I use glob-based collection to scan planning files for blocked QA items?

Yes, you can use glob-based collection to scan .planning/phases/*/*-UAT.md and *-VERIFICATION.md files, extracting blocked, pending, skipped, and human_needed QA items to evaluate overall release readiness across multiple phases.

What is a prioritized human test plan and when do I need it for UAT?

A prioritized human test plan for UAT is a ranked list of validation tasks derived from scanning verification markdown files, needed when cross-phase work gets stuck with blocked or pending items to ensure focused release readiness.

Why does cross-phase UAT work get stuck with stale verification items?

Cross-phase UAT work gets stuck with stale verification items because pending, skipped, or human-blocked tasks in planning markdown files are rarely re-checked against the codebase, leading to outdated documentation and delayed releases.