gsd-audit-uat

Identify outstanding UAT and verification items across planning phases.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-audit-uat-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-uat
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/gsd/gsd-audit-uat
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill gsd-audit-uat-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams find what UAT still needs attention by surfacing pending, skipped, blocked, and human-needed items across the full lifecycle, then validates them against the codebase to prevent stale or incomplete documentation.

Core Features & Use Cases

  • Cross-phase UAT/verification reconciliation: Finds outstanding UAT and verification work across planning phases and correlates it with what exists in the repository.
  • Staleness detection via codebase cross-reference: Flags mismatches between planning artifacts and the current codebase so tests and docs don’t drift.
  • Prioritized human test plan output: Produces an ordered set of actions for humans to execute, focusing on highest-impact gaps first.

Quick Start

Run the gsd-audit-uat workflow to scan all *-UAT.md and *-VERIFICATION.md planning files and 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 identify outstanding UAT and verification gaps across multiple planning phases?

You can identify outstanding UAT and verification gaps by scanning planning markdown files to surface pending, skipped, blocked, or human-needed items, then cross-referencing them against the current codebase to ensure documentation consistency.

How do I detect documentation staleness in my UAT planning files?

Detect documentation staleness by cross-referencing your UAT and verification planning artifacts against the actual repository content, which flags mismatches to prevent tests and docs from drifting.

What is the best way to generate a prioritized human test plan from markdown files?

Generate a prioritized human test plan by applying glob patterns to read planning markdown files, validating the items against the codebase, and producing an ordered set of actions that focus on the highest-impact gaps first.

Can I automate test planning reconciliation for pending and blocked verification items?

Yes, you can automate test planning reconciliation by scanning your repository to correlate pending, skipped, or blocked verification items across planning phases and outputting a prioritized list of required human actions.

Does UAT audit workflow cross-reference work with standard markdown planning files?

Yes, the UAT audit workflow cross-reference works by reading standard planning markdown files via glob patterns, specifically targeting files like UAT and verification documents to validate them against repository content.

When should I not use automated UAT gap analysis for my engineering workflow?

You should not use automated UAT gap analysis if your engineering workflow lacks markdown planning files to scan, as the process requires reading these artifacts to cross-reference against the codebase and produce a human test plan.