gsd-audit-uat
PassCross-phase audit of all outstanding UAT and verification items
(0)
0
0
2
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install scaixeta/cindy-oc/gsd-audit-uatInstall in current project:
npx skillhub install scaixeta/cindy-oc/gsd-audit-uat --projectSuggested path: ~/.claude/skills/gsd-audit-uat/
SKILL.md Content
---
name: gsd-audit-uat
description: Cross-phase audit of all outstanding UAT and verification items
---
<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>
@.agents/get-shit-done/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>