generate-test-run-blocks

Generate TEST_TO_RUN blocks for the e2e-test-combined-flow agent from Jira tickets or descriptions.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/fabiano001/claude-config --skill generate-test-run-blocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-run-blocks
Source: https://github.com/fabiano001/claude-config/tree/main/skills/generate-test-run-blocks
Command: npx skills add https://github.com/fabiano001/claude-config --skill generate-test-run-blocks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of structured test blocks from Jira tickets or natural language test descriptions, removing manual drafting and ensuring consistency across test runs.

Core Features & Use Cases

  • Generate one or more <TEST_TO_RUN> blocks ready for the e2e-test-combined-flow agent.
  • Accept Jira ticket keys or free-form descriptions and derive test scenarios with environment defaults and optional modes.
  • Validate outputs to ensure each block is self-contained and executable with deterministic URLs and verification steps.

Quick Start

Provide a Jira ticket key or a test description to begin.

Frequently Asked Questions about generate-test-run-blocks

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

FAQPage Schema
How do I generate e2e test blocks from a Jira ticket key?

Yes, you can provide a free-form test description instead of a Jira ticket key, and the skill derives one or more structured TEST_TO_RUN blocks with scenario-specific parameters and verification items.

How do I add prequal mode to generated test blocks?

To add prequal mode to generated test blocks, specify the optional prequal mode setting in your input, and the skill configures the output to target the e2e-test-combined-flow agent accordingly.

What is included in a generated TEST_TO_RUN block?

A generated TEST_TO_RUN block includes a self-contained TEST_NAME, a deterministic TEST_URL with scenario-specific parameters, VERIFY_ITEMS for validation, and a final instruction to include screenshots.

Can I use this skill to automate test block creation for qa environments?

Yes, you can automate test block creation for qa environments because the skill applies environment defaults automatically, outputting structured blocks ready for the e2e-test-combined-flow agent.

Why are my generated test blocks failing validation?

Generated test blocks fail validation if they lack self-contained execution properties, such as deterministic TEST_URL values, required VERIFY_ITEMS, or the final instruction to include screenshots.