UAT-cycle

UAT-cycle is a skill for Claude Code from joris887/exosuit. It costs 27 tokens per session (1,777 once invoked), scanned A, original, MIT.

A user-acceptance testing workflow. User acceptance testing checks whether a feature works for its intended users according to defined steps and expected results.

In plain words
What is it for?
Selecting UAT cases, guiding manual tests, loading relevant user personas, and closing or preparing tests for retesting.
Why use it?
It provides a repeatable way to choose a test, run it, handle findings, and either fix or record problems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the exosuit plugin — 44 skills, 1 command, 9 agents, 10 hooks shipped together

Good fit Selecting UAT cases, guiding manual tests, loading relevant user personas, and closing or preparing tests for retesting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joris887/exosuit/uat-cycle
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add joris887/exosuit --skill uat-cycle
Clone the repo
git clone --depth 1 https://github.com/joris887/exosuit

Made for: Claude Code.

Or install exosuit, the plugin that ships this one along with the rest of its 44 skills, 1 command, 9 agents, 10 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for UAT-cycle

README.md
[![agentmods](https://agentmods.dev/badge/skills/joris887/exosuit/uat-cycle.svg)](https://agentmods.dev/skills/joris887/exosuit/uat-cycle)
Your own site
<a href="https://agentmods.dev/skills/joris887/exosuit/uat-cycle"><img src="https://agentmods.dev/badge/skills/joris887/exosuit/uat-cycle.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,777 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.01777
Opus 5 $0.00014 $0.00889
Sonnet 5 $0.00005 $0.00355
Haiku 4.5 $0.00003 $0.00178

Measured 8d ago against content hash 7738c452cef5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

UAT-cycle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/UAT-cycle/SKILL.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.


UAT-cycle

Executing UAT cycle: $ARGUMENTS

Phase 1: Select Test Case

If a test case ID was provided (e.g., UAT-001):

  1. Read docs/testing/UAT_COVERAGE.md
  2. Find the test case by ID
  3. Present it to the user:
    • Test Case ID: UAT-###
    • Title: [title]
    • Covers: [backlog story IDs or feature area]
    • Prerequisites: [what's needed]
    • Steps: [numbered steps]
    • Acceptance Criteria: [checklist]
  4. Ask: "Ready to start testing? Are all prerequisites met?"

If a description was provided instead of an ID:

  1. Read docs/testing/UAT_COVERAGE.md
  2. Find the best matching test case(s)
  3. If ambiguous, present options for the user to choose
  4. Once selected, present as above

If no argument was provided:

  1. Read docs/testing/UAT_COVERAGE.md
  2. Show the status summary table
  3. List all test cases with status "Not Tested" (prioritized) or "Fail" (for retesting)
  4. Ask the user to select which test case to execute

Phase 2: Execute Test

Persona Context Loading

If the test case's parent story has a Personas: field (not "internal"), load the referenced persona(s) from docs/context/personas.md. When persona context is available:

  • Frame test guidance from the persona's perspective — use their context (device, proficiency, constraints) to inform how the test should be performed
  • Present steps with persona awareness — e.g., "As [Name] ([Role]), try to [step]. Given their [constraint], watch for [specific friction point]."
  • Evaluate results against the persona's EVALUATES BY questions in addition to the acceptance criteria
  • Flag FAILURE LOOKS LIKE matches — if a test result resembles the persona's failure scenario, escalate severity

Skip when: No Personas: field on the story, personas.md doesn't exist, or the test case is purely technical (API contract, data migration, etc.).

Test Execution

Read the full file on GitHub · 187 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 187 lines · 27 tokens per session scan A 7738c452cef5

Subscribe to this mod's changes

UAT-cycle is a skill published in the GitHub repository joris887/exosuit (4 stars, last pushed 19d ago), licensed MIT. It adds 27 tokens to every session and 1,777 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

testing

Testing strategies and methodologies including TDD and E2E testing. Use when writing tests, implementing TDD workflow, or setting up E2E test infrastructure.

xiaobei930/cc-best · 34 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

floomhq/moto · 35 tokens

world-class-development-team

Operate a hierarchical software-development team of up to ten agents to understand a codebase, turn product requirements and bug reports into safe production-ready changes, and verify the result end to end. Use for multi-file feature implementation, bug fixing, refactoring, migrations, integrations, performance…

shanmukhaditya/agent-skills · 110 tokens

better-testing

Review and improve how tests protect critical software behavior. Use when assessing missing unit, integration, contract, or end-to-end coverage; flaky tests; weak assertions; happy-path-only tests; excessive mocking; implementation-coupled tests; low-value snapshots; slow suites; or code that is difficult to test…

NicolasYusim/better-codebase · 78 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

codeclawd/fable-mode · 35 tokens

browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

floomhq/moto · 47 tokens