qa-test-cases

Transform acceptance criteria into BDD/Gherkin test scenarios with ISTQB techniques.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill qa-test-cases
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-test-cases
Source: https://github.com/parhumm/jaan-to/tree/main/adapters/codex/skillpack/skills/qa-test-cases
Command: npx skills add https://github.com/parhumm/jaan-to --skill qa-test-cases

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Acceptance criteria and product requirements often fail to translate into test artifacts. This skill bridges that gap by producing ready-to-run BDD/Gherkin scenarios from AC, PRD content, Jira stories, or interactive input, saving time and reducing ambiguity.

Core Features & Use Cases

  • Generate structured BDD/Gherkin test suites from acceptance criteria using ISTQB techniques.
  • Apply templates and quality conversion notes to ensure traceability and auditability across QA processes.
  • Use multiple input modes (direct AC text, PRD file path, Jira ID, or interactive wizard) and export results to standardized output folders for integration with CI pipelines.

Quick Start

Provide the acceptance criteria or point the skill at a PRD/Jira story, and run the command to generate the test cases in the designated output folder.

Frequently Asked Questions about qa-test-cases

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

FAQPage Schema
How do I generate BDD Gherkin test cases from acceptance criteria?▼

To generate BDD Gherkin test cases from acceptance criteria, provide direct AC text, a PRD file path, or a Jira story ID. The skill transforms these inputs into deterministic, template-driven scenarios with explicit data values using ISTQB-inspired design techniques.

Can I use OpenAPI contracts to generate API test scenarios?▼

Yes, you can use OpenAPI contracts as an optional input to generate test scenarios. The skill applies ISTQB techniques alongside the provided OpenAPI contracts to ensure complete endpoint coverage and produce structured Gherkin test cases.

How does this skill ensure traceability for QA audit processes?▼

Traceability is ensured by appending explicit traceability tags and ISTQB conversion notes to every generated scenario. These standardized outputs align with QA audit requirements and map each Gherkin step directly back to the original acceptance criteria.

What is the best way to integrate generated Gherkin scenarios into a CI pipeline?▼

The best way to integrate generated Gherkin scenarios into a CI pipeline is to utilize the skill's standardized output folder structure. It exports deterministic, template-driven test artifacts directly to designated directories for immediate automated execution.

Do I need Jira or PRD documents to create test cases, or can I input text directly?▼

You do not need Jira or PRD documents; you can input acceptance criteria text directly. The skill supports multiple input modes including direct AC text, PRD file paths, Jira IDs, or an interactive wizard to generate test cases.

Are the generated Gherkin test scenarios deterministic for automated regression testing?▼

Yes, the generated Gherkin test scenarios are deterministic. The skill uses template-driven generation with explicit data values instead of dynamic placeholders, ensuring consistent test execution for automated regression testing.