generate-test-case

Generate Polarion-ready test cases from JIRA tickets via a 6-phase pipeline.

3|4|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/stolostron/acm-ai-qe --skill generate-test-case
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-test-case
Source: https://github.com/stolostron/acm-ai-qe/tree/main/apps/test-case-generator/.claude/skills/generate
Command: npx skills add https://github.com/stolostron/acm-ai-qe --skill generate-test-case

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__acm-source__set_acm_version, mcp__acm-source__set_cnv_version, mcp__acm-source__get_routes, mcp__acm-source__search_translations, mcp__jira__get_issue, mcp__jira__search_issues, mcp__polarion__get_polarion_work_items, mcp__polarion__get_polarion_test_case_summary, mcp__polarion__check_polarion_status, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of test cases for Polarion test case management, streamlining the process from JIRA tickets and enabling efficient test case creation.

Core Features & Use Cases

  • Test Case Generation: Converts JIRA tickets into Polarion-ready test cases.
  • 6-Phase Pipeline: Integrates gathering information, parallel investigation, synthesis, optional live validation, test case writing, and mandatory quality review.
  • Use Case: Quickly generate test cases from JIRA tickets without manual entry, ensuring accuracy and reducing manual labor.

Quick Start

Generate a test case for the JIRA ticket 'ACM-XXXXX' using the generate-test-case skill.

Frequently Asked Questions about generate-test-case

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

FAQPage Schema
How do I generate test cases from JIRA tickets for Polarion automatically?

You can generate Polarion-ready test cases from JIRA tickets automatically by using a 6-phase pipeline that gathers ticket data, investigates PRs and UI changes, synthesizes information, validates against live systems, and writes final test cases.

What is the process for converting JIRA issues into Polarion test cases?

Converting JIRA issues into Polarion test cases involves a multi-phase pipeline: data gathering from JIRA, parallel investigation of code and UI, test case synthesis, optional live validation, writing to Polarion, and a mandatory quality review.

Does test case generation from JIRA require access to Polarion and source code repositories?

Yes, automated test case generation requires access to JIRA for ticket retrieval, Polarion for work item verification and writing, and source code repositories for PR analysis to ensure accurate and validated test cases.

What's the best way to automate quality engineering tasks for JIRA and Polarion integration?

Automating quality engineering tasks between JIRA and Polarion is best handled by a pipeline that retrieves JIRA issues, performs parallel investigation and synthesis, validates results against Polarion work items, and enforces a mandatory quality review before writing.

Can I validate generated test cases against existing Polarion work items before writing them?

Yes, the test case generation pipeline includes an optional live validation phase that checks synthesized test cases against existing Polarion work items to ensure accuracy before the final writing and quality review phases.

Why does automated test case generation include a parallel investigation phase?

Automated test case generation includes a parallel investigation phase to simultaneously analyze pull requests, discover UI changes, and gather context from JIRA, ensuring the synthesized test cases accurately reflect the feature requirements.