gsd-audit-uat

Audit UAT phases and generate a prioritized human test plan.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-audit-uat-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-audit-uat
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-audit-uat
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-audit-uat-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams ensure UAT readiness by scanning multiple planning phases for pending, skipped, blocked, and human_needed items, and by cross-referencing with the codebase to surface stale or missing documentation.

Core Features & Use Cases

  • Cross-phase auditing: Aggregates UAT and verification statuses across phases to identify blockers and gaps.
  • Documentation sanity checks: Detects mismatches between planned tests and repository docs, ensuring alignment.
  • Automated test planning: Generates a prioritized, actionable test plan with owners and next steps for remediation.

Quick Start

Audit the planning directory to generate a prioritized test plan for remediation.

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 items and map them to codebase gaps?

Detect stale documentation during a UAT audit by applying cross-reference logic to compare planned tests against repository docs, which highlights mismatches and ensures your technical documentation aligns with actual test coverage.

How do I generate a prioritized human test plan for UAT remediation?

Generate a prioritized human test plan for UAT remediation by aggregating skipped and human_needed verification statuses across multiple planning phases, then producing an actionable rollout schedule with owners and timelines.

Can I audit multiple planning phases for blocked and skipped UAT items?

Yes, you can audit multiple planning phases for blocked and skipped UAT items using cross-phase auditing, which aggregates verification statuses across your project phases to identify blockers and documentation gaps.

What is the best way to ensure documentation alignment before UAT rollout?

The best way to ensure documentation alignment before UAT rollout is to run documentation sanity checks that detect mismatches between planned tests and repository docs, ensuring technical alignment and UAT readiness.

Does cross-phase UAT auditing work without specific external dependencies?

Cross-phase UAT auditing works without specific external dependencies, relying entirely on scanning your planning directory and codebase to detect stale documentation and generate a prioritized test plan for remediation.