test

Coordinate and execute unit, integration, component, and E2E tests.

Updated May 23, 2020
One-click install
npx skills add https://github.com/call1800messiah/The-Eighth --skill test-call1800messiah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/call1800messiah/The-Eighth/tree/main/.claude/skills/test
Command: npx skills add https://github.com/call1800messiah/The-Eighth --skill test-call1800messiah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

General-purpose testing across unit, integration, component, and E2E levels, enabling consistent testing practices and planning.

Core Features & Use Cases

  • Supports unit, integration, component, and E2E testing workflows, including planning mode.
  • Establishes standard test file locations, IDs, and conventions to improve traceability and coverage.
  • Provides guidance for building test plans, executing tests, and reviewing results.

Quick Start

Run tests with the /test command to execute or plan tests across unit, integration, component, and E2E scopes.

Frequently Asked Questions about test

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

FAQPage Schema
How do I coordinate end-to-end testing across different testing levels?

End-to-end testing across unit, integration, component, and E2E levels is coordinated by defining a test strategy that standardizes test file locations, IDs, and conventions to improve traceability and coverage. You can execute or plan tests across these scopes using the /test command.

What is test planning and how does it improve test coverage?

Test planning establishes standard test file locations, IDs, and conventions to improve traceability and coverage across unit, integration, component, and E2E workflows. It provides guidance for building test plans, executing tests, and reviewing results to maintain consistent testing practices.

Can I use this testing workflow with my existing testing tools?

Yes, this testing workflow applies to projects using common testing tools and planning workflows. It extends capabilities by supporting optional scripts, references, and assets directories alongside a SKILL.md file with YAML frontmatter.

How do I execute tests across unit, integration, and E2E scopes?

You can execute tests across unit, integration, component, and E2E scopes by running the /test command. This applies your defined test strategy to coordinate execution and review results across all testing levels.

What's the best way to maintain testing documentation for a project?

Maintain testing documentation by applying a test strategy that enforces standard test file locations, IDs, and conventions. This approach ensures traceability and consistent coverage across unit, integration, component, and E2E testing workflows.

Do I need a specific project structure to implement test automation?

Test automation requires a SKILL.md file with YAML frontmatter containing at least a name and description. You can extend capabilities by adding optional scripts, references, and assets directories to support your testing workflows.