generate-test-cases

Convert e2e-plan evidence into per-feature TC-ID test-case Markdown files.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill generate-test-cases-lespaceman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-cases
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/test-analysis/skills/generate-test-cases
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill generate-test-cases-lespaceman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps QA engineers and product teams convert scattered exploration notes, coverage plans, and existing artifacts into structured TC-ID test case specifications without writing executable tests.

Core Features & Use Cases

  • Generate detailed TC-ID specs from e2e-plan evidence (exploration-report.md, coverage-plan.md) and existing coverage artifacts.
  • Organize output into per-feature test-cases under test-cases/ and preserve real URLs, selectors, and artifact references.
  • Support both happy-path and non-happy-path coverage, including integration of coverage plans into test design.

Quick Start

Provide the feature URL and a brief journey description, and this skill will generate test-case specifications under test-cases/.

Frequently Asked Questions about generate-test-cases

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

FAQPage Schema
How do I convert exploration reports and coverage plans into structured test cases?

Convert exploration reports and coverage plans into structured test cases by processing shared evidence like e2e-plan artifacts. The skill generates per-feature TC-ID specifications under test-cases, preserving real URLs, selectors, and artifact references for QA teams.

Can I generate non-happy-path test case specifications from markdown evidence?

Yes, you can generate non-happy-path test case specifications from markdown evidence. The skill enforces structured output that groups cases by feature and includes both happy-path and non-happy-path scenarios for comprehensive web app coverage.

What's the best way to create TC-ID test cases for web app features without writing executable tests?

Create TC-ID test cases without writing executable tests by providing a feature URL and journey description. The skill transforms existing coverage artifacts into detailed markdown specifications suitable for automation pipelines.

Do I need existing coverage artifacts to generate test case specifications?

Existing coverage artifacts are helpful but not strictly required. The skill primarily processes e2e-plan evidence like exploration-report.md and coverage-plan.md, using available artifact references to enrich the generated test case files.

How does grouping test cases by feature work when generating specifications from coverage plans?

Grouping test cases by feature works by parsing coverage plans and exploration reports to identify distinct web app features. The skill then generates individual markdown files under test-cases for each feature, maintaining structured TC-ID formatting throughout.

Are there limitations when converting markdown evidence into test case files for automation pipelines?

A key limitation is that the skill generates markdown specifications, not executable automation code. It focuses on structuring evidence into TC-ID specs for QA teams, meaning downstream automation pipelines require separate implementation steps.