.agents/runtimes/codex/skills/gsd-verify/SKILL.md
Validate built features through UAT — diagnoses gaps and creates fix plans
npx skillsauth add mlucascosta/ia_boilerplate gsd-verifyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<codex_skill_adapter>
$gsd-SLUG.$gsd-SLUG as {{GSD_ARGS}}.header → header, question → questionTask(subagent_type="X", prompt="Y") → spawn_agent(agent_type="X", message="Y")Task(model="...") → omitwait(ids) → close_agent(id)
</codex_skill_adapter>Default: Conversational UAT. One test at a time. Tracks in {phase}-UAT.md. Creates fix plans on failure. --audit: Cross-phase scan of all outstanding UAT and verification items. --validate: Audit validation debt for completed work. --health: Planning directory diagnostics. Add --repair to auto-fix.
After passing: run gsd-ship to create PR. </objective>
<context> {{GSD_ARGS}} Routing: - `--audit` → audit UAT debt - `--validate` → validate-phase workflow - `--health` → health diagnostics - else → verify-work UAT workflow </context> <process> Parse arguments and execute the matched workflow end-to-end. </process><execution_context> @.agents/workflows/verify-work.md @.agents/workflows/audit-uat.md @.agents/workflows/validate-phase.md @.agents/workflows/health.md @.agents/templates/UAT.md </execution_context>
tools
Canonical repository workflow contract for all runtimes.
testing
Verify delivery quality, evidence, and done criteria.
tools
Review changes for correctness, risk, and architectural adherence.
tools
Lightweight path for trivial or tightly bounded work.