Skip to content

uat-panel — User Acceptance Testing system

← Skills Built at NBG

Slash command /uat-panel

User Acceptance Testing system

Conversational UAT — Claude walks a non-developer through validating a built feature, asks scripted questions, and records pass/fail evidence the team can sign off on.

both View source ↗

uat-panel turns User Acceptance Testing from a checklist exercise into a conversation. Claude reads the acceptance criteria, walks you through testing each one in the live app, and records what passed, what failed, and any evidence (screenshots, error messages) — so the team has a clean sign-off record without you writing a test plan from scratch.

Use it: after a feature is built and before you accept the work. Pairs naturally with /team (which builds) or any -completed phase.

Next skill →

create-sandbox — build a TypeScript API sandbox from C# or Postman, end-to-end

End-to-end pipeline for building a TypeScript implementation of an existing . Translate C# types and controllers to TypeScript (or infer types from a Postman collection), design the sandbox architecture, scaffold the multi-sandbox infrastructure, then implement service methods one at a time with integration + contract tests generated and run automatically.