test

Generate and execute unit, integration, and e2e tests from task files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/WannaCry081/React-Workflow-Starter --skill test-wannacry081
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/WannaCry081/React-Workflow-Starter/tree/main/.agents/skills/test
Command: npx skills add https://github.com/WannaCry081/React-Workflow-Starter --skill test-wannacry081

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and execution of tests from a task file, reducing manual test setup and ensuring consistent test coverage.

Core Features & Use Cases

  • Test generation: Automatically create unit and integration tests from a structured task file.
  • Test execution: Run the generated tests and report results within the workflow.
  • Use Case: For a backlog item or todo, automatically derive tests to validate acceptance criteria and prevent regressions.

Quick Start

Provide the path to a task file to generate and run its tests immediately.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate unit and integration tests from a task file?

To generate tests from a task file, provide the file path to the automation tool. It identifies the task requirements and automatically creates deterministic unit and integration tests to validate acceptance criteria.

Can I automatically run e2e tests for a todo task file?

Yes, you can run e2e tests for a todo task file. The test execution feature analyzes the file, executes the generated e2e tests within the workflow, and reports failures with actionable guidance.

What is deterministic test generation for a backlog item?

Deterministic test generation for a backlog item automatically derives consistent unit and integration tests from a structured task file. This prevents regressions by ensuring reliable, repeatable test coverage without manual setup.

How do I get actionable guidance for test failures in my workflow?

You get actionable guidance for test failures by running the automated test execution. When generated tests fail, the tool reports the results and provides specific, actionable steps to resolve the issues.

Does automated test generation work without manual test setup?

Yes, automated test generation works without manual setup. By reading a structured task file, it derives and executes the necessary unit, integration, and e2e tests independently, reducing manual configuration overhead.