chaos-test

Explore UIs with persona agents to detect real-world usability issues.

13|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/DonaldMurillo/gofastr --skill chaos-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chaos-test
Source: https://github.com/DonaldMurillo/gofastr/tree/main/.claude/skills/chaos-test
Command: npx skills add https://github.com/DonaldMurillo/gofastr --skill chaos-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses the issue of detecting and diagnosing real-world usability issues in a UI by employing live, agent-based chaos testing.

Core Features & Use Cases

  • Live Agent Testing: Uses persona agents that mimic human explorers to interact with the UI.
  • Non-Deterministic Exploration: Each agent follows its own path, making decisions and reporting findings.
  • Use Case: When a new UI is released or updated, this skill can be used to identify issues that deterministic tests might miss.

Quick Start

To initiate a chaos test on your dev server, use the command /chaos-test.

Frequently Asked Questions about chaos-test

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

FAQPage Schema
How do I find UI bugs that deterministic tests miss?▼

You can find UI bugs missed by deterministic tests by running exploratory chaos testing, which deploys persona agents to interact with your UI non-deterministically and report real-world usability issues.

What is exploratory chaos testing for UIs?▼

Exploratory chaos testing is a non-deterministic approach where persona agents act as human explorers on a live UI, making independent decisions to uncover usability issues and diagnose bugs after a UI release.

Do I need Claude Agents with playwright browser tools for chaos testing?▼

Yes, this chaos testing approach requires Claude Agents with playwright browser tools to enable persona agents to conduct live, real-time interactions with your UI.

How do I conduct live agent testing on a dev server?▼

To conduct live agent testing on a dev server, initiate a chaos test command to deploy persona agents that explore the live UI, follow their own paths, and report discovered findings.

When should I use non-deterministic chaos testing instead of deterministic UI tests?▼

You should use non-deterministic chaos testing during post-UI-release scenarios or bug diagnosis, as it identifies complex real-world usability issues that deterministic UI tests cannot catch.