---
name: GSD Audit UAT
slug: gsd-audit-uat
category: Quality
description: GSD Audit UAT scans all planning phases for pending, skipped, blocked, and human_needed UAT and verification items, cross-references the codebase to detect stale documentation, and produces a prioritized human test plan. Use it before release or when UAT status is unclear to ensure all verification work is accounted for.
github: "https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-uat"
language: JavaScript
stars: 8257
forks: 573
install: "npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-uat ~/.claude/skills/gsd-audit-uat"
installs_to: ~/.claude/skills/gsd-audit-uat
source_path: skills/gsd-audit-uat/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/open-gsd/gsd-core"
added: 2026-08-15T06:50:59.411Z
last_synced: 2026-08-15T06:50:59.411Z
canonical_url: "https://dirskills.com/skills/gsd-audit-uat"
---

# GSD Audit UAT

GSD Audit UAT scans all planning phases for pending, skipped, blocked, and human_needed UAT and verification items, cross-references the codebase to detect stale documentation, and produces a prioritized human test plan. Use it before release or when UAT status is unclear to ensure all verification work is accounted for.

**Install:**

```bash
npx degit https://github.com/open-gsd/gsd-core/tree/next/skills/gsd-audit-uat ~/.claude/skills/gsd-audit-uat
```

## README

<objective>
Scan all phases for pending, skipped, blocked, and human_needed UAT items. Cross-reference against codebase to detect stale documentation. Produce prioritized human test plan.
</objective>

<execution_context>
@~/.claude/gsd-core/workflows/audit-uat.md
</execution_context>

<context>
Core planning files are loaded in-workflow via CLI.

**Scope:**
Glob: .planning/phases/*/*-UAT.md
Glob: .planning/phases/*/*-VERIFICATION.md
</context>
