cw-testing

Automate end-to-end testing and bug-fix cycles for spec-driven workflows.

14|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/sighup/claude-workflow --skill cw-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cw-testing
Source: https://github.com/sighup/claude-workflow/tree/main/skills/cw-testing
Command: npx skills add https://github.com/sighup/claude-workflow --skill cw-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Claude Workflow requires coordinating multiple tools to run end-to-end tests, manage test data, and fix regressions across a live system. This skill provides a self-contained workflow that orchestrates test execution, validation, and automatic bug-fix cycles using subagents for test execution and bug fixing.

Core Features & Use Cases

  • Orchestrates spec-driven E2E tests from spec generation to execution and verification.
  • Spawns dedicated subagents (test-executor and bug-fixer) to parallelize work and isolate failures.
  • Supports multiple backends (chrome-devtools, playwright, cli, manual) and automatic regression checks.

Quick Start

Create a new E2E test suite with /cw-testing init and run with /cw-testing run.

Frequently Asked Questions about cw-testing

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

FAQPage Schema
How do I automate end-to-end testing and automatically fix regressions?

Autonomous end-to-end testing with auto-fix loops orchestrates spec-driven test execution and validation, spawning dedicated subagents to automatically fix detected bugs and regressions across your interactive test pipelines.

What is the best way to coordinate subagents for test execution and bug fixing?

Subagent orchestration for test execution and bug fixing uses the Task tool to spawn isolated test-executor and bug-fixer agents, parallelizing software workflow validation and regression checks under strict task governance.

Can I run E2E tests with Playwright or Chrome DevTools using configurable backends?

Configurable backends support running E2E tests with Playwright, Chrome DevTools, CLI, and manual execution modes, allowing flexible test orchestration across different interactive environments and multi-phase workflows.

How do I set up a spec-driven E2E test workflow from generation to regression checking?

Initialize a spec-driven E2E test workflow by generating test specs, then plan, execute, and validate tests through a multi-phase process that includes automatic regression checking to ensure software stability.

Does this automated testing workflow support CLI and manual test execution backends?

The automated testing workflow supports CLI and manual backends alongside Chrome DevTools and Playwright, accommodating diverse testing requirements while maintaining strict task governance using the Task tool.