test-and-break

Automate end-to-end testing of deployed applications and generate structured bug reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mirandagabrieldev/claude-build-template --skill test-and-break-mirandagabrieldev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-and-break
Source: https://github.com/mirandagabrieldev/claude-build-template/tree/main/skills/test-and-break
Command: npx skills add https://github.com/mirandagabrieldev/claude-build-template --skill test-and-break-mirandagabrieldev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous testing of deployed applications by simulating user flows, identifying defects, and documenting issues in structured bug reports to accelerate remediation.

Core Features & Use Cases

  • Open deployed app URL and navigate major user flows
  • Detect edge cases and attempt to break functionality
  • Output structured bug reports suitable for conversion to user stories

Quick Start

Open the deployed application URL, run through each major user flow, and generate a structured bug report.

Frequently Asked Questions about test-and-break

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

FAQPage Schema
How do I automate end-to-end testing for a staging deployment?

Automate end-to-end testing for staging deployments by executing user flows and identifying defects. The skill navigates major application paths, detects edge cases, and attempts to break functionality to ensure stability.

What is autonomous bug detection and how does it work?

Autonomous bug detection works by simulating user interactions on a deployed application to find defects. It systematically explores core user flows and edge cases, then documents any stability issues it encounters.

Can I generate structured bug reports automatically from browser automation?

Yes, you can generate structured bug reports automatically from browser automation. The testing process outputs reproducible bug reports that include steps to reproduce, making them suitable for conversion into user stories.

Do I need browser automation tooling to run automated user flow testing?

Yes, browser automation tooling is required to run automated user flow testing. The skill relies on this tooling to navigate deployed application URLs and execute the core user flows needed to surface bugs.

What's the best way to test edge cases in a preview deployment?

The best way to test edge cases in a preview deployment is to run automated user flows that actively attempt to break functionality. This process detects edge cases and performs stability checks across the application.

Why should I use autonomous testing instead of manual QA for my web app?

Autonomous testing accelerates remediation compared to manual QA by automatically simulating user flows and identifying defects. It systematically covers core paths and edge cases, outputting structured bug reports for faster fixes.