uat-mode

Detect UAT requests and route them to generate, execute, or report commands.

175|26|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/jmagly/aiwg --skill uat-mode-jmagly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uat-mode
Source: https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/uat-mcp/skills/uat-mode
Command: npx skills add https://github.com/jmagly/aiwg --skill uat-mode-jmagly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of User Acceptance Testing (UAT) for MCP tools by detecting user intent and routing requests to the appropriate UAT commands, ensuring efficient and organized testing.

Core Features & Use Cases

  • Intent Detection: Automatically identifies requests for UAT generation, execution, or reporting.
  • Command Routing: Directs user requests to specific UAT commands like /uat-generate, /uat-execute, and /uat-report.
  • Workflow Management: Guides users through the UAT process, from plan generation to execution and reporting, even handling scenarios where plans or results are missing.
  • Use Case: A user asks "Can you run the acceptance tests for the MCP server?", and the Skill automatically generates a UAT plan, prompts the user to execute it, runs the tests, and then offers to generate a report.

Quick Start

Run the UAT tests for the MCP tools.

Frequently Asked Questions about uat-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate User Acceptance Testing for MCP tools?

Generate a UAT plan for MCP tool surfaces by requesting acceptance test generation, which automatically creates a structured test plan. The Skill detects your intent and routes the request to the appropriate UAT command to produce the plan.

What happens if I run acceptance tests without an existing UAT plan?

Running acceptance tests without an existing UAT plan triggers guided user interaction to generate one first. The Skill handles scenarios with missing plans or results by prompting you through the necessary steps before proceeding with test execution.

Can I generate a UAT report after executing acceptance tests on an MCP server?

Generate a UAT report after executing acceptance tests on an MCP server by requesting results reporting. The Skill manages the workflow and offers to produce a report once test execution completes, ensuring organized documentation of outcomes.

Does UAT automation work without any dependencies or components installed?

UAT automation works without dependencies or components installed, as the Skill operates standalone. It manages the full UAT lifecycle through intent detection and command routing without requiring external modules or additional setup.

When should I not use automated UAT for MCP tool surfaces?

Avoid using automated UAT for MCP tool surfaces when you need manual exploratory testing or ad-hoc validation outside structured test plans. The Skill is designed for organized acceptance testing workflows with plan generation, execution, and reporting stages.