test

Run unit and E2E tests with optional auto-fixes for web projects.

11|2|Updated Aug 1, 2025
One-click install
npx skills add https://github.com/sc30gsw/claude-code-customes --skill test-sc30gsw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/sc30gsw/claude-code-customes/tree/main/.claude/skills/test
Command: npx skills add https://github.com/sc30gsw/claude-code-customes --skill test-sc30gsw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinated testing across units and end-to-end flows can be time-consuming and error-prone, slowing releases. This Skill automates unit tests and E2E tests with smart fixing capabilities to accelerate feedback loops and improve reliability.

Core Features & Use Cases

  • Unit Test Mode (-u): generates and runs focused unit tests for components, utilities, and functions.
  • E2E Test Mode (-e): performs end-to-end testing with interactive element checks and coverage generation.
  • Smart Fixing (-r): analyzes failures and applies automatic fixes, then re-runs tests until results stabilize.
  • Workflow Scenarios: suitable for component libraries, feature branches, and regression suites.

Quick Start

Run unit and E2E tests on a target and let the system apply automatic fixes when failures occur.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate unit and E2E tests for a web project?

You can automate unit and E2E tests by running this Skill to generate test cases, execute them, and report results automatically. It detects existing test frameworks and covers components, utilities, and features.

Can I automatically fix failing test cases in my codebase?

Yes, you can automatically fix failing test cases by enabling the smart fixing mode. It analyzes test failures, applies automatic fixes to the code, and re-runs tests until results stabilize.

What is the best way to run end-to-end testing with interactive element checks?

The best way to run end-to-end testing with interactive element checks is using the dedicated E2E test mode. It performs comprehensive testing across user flows and generates coverage reports.

Does automated software testing work for component libraries and feature branches?

Automated software testing works for component libraries and feature branches by running targeted unit tests and regression suites. It safely falls back with error handling if unsupported scenarios arise.

Why does unit testing fail when running tests across multiple components?

Unit testing may fail due to mismatched components or utility errors. The system applies safe fallbacks with error handling, analyzes failures, and applies automatic fixes to stabilize results.