qa-story-analysis

Analyze Jira stories and acceptance criteria to generate test scenarios.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/reddya3/ppe-coding-agent-docs --skill qa-story-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-story-analysis
Source: https://github.com/reddya3/ppe-coding-agent-docs/tree/main/.github/skills/qa-story-analysis
Command: npx skills add https://github.com/reddya3/ppe-coding-agent-docs --skill qa-story-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of analyzing software requirements and designing comprehensive test scenarios, bridging the gap between product specifications and actionable test cases.

Core Features & Use Cases

  • Story Decomposition: Breaks down user stories into core components like personas, goals, and acceptance criteria.
  • Risk Assessment: Identifies complexity and risk levels associated with user stories.
  • Scenario Design: Generates detailed test scenarios covering happy paths, negative cases, edge cases, and more.
  • Coverage Matrix: Creates a traceability matrix to ensure all acceptance criteria are addressed.
  • Use Case: A product manager provides a new Jira story. This Skill analyzes it, identifies potential risks, and generates a set of test scenarios that QA engineers can use to build detailed test cases.

Quick Start

Use the qa-story-analysis skill to analyze Jira story TSPCM-5745.

Frequently Asked Questions about qa-story-analysis

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

FAQPage Schema
How do I generate test scenarios from Jira stories automatically?

You can generate test scenarios from Jira stories by using this Skill to decompose user stories, assess complexity and risk, and produce structured test scenarios with a coverage matrix for downstream test case generation.

What is requirements analysis for QA and how does it identify risks?

Requirements analysis for QA is the process of breaking down user stories and acceptance criteria to identify complexity and risk levels. This Skill automates that analysis to highlight potential issues before test case design begins.

How do I ensure my test scenarios cover all acceptance criteria?

To ensure test scenarios cover all acceptance criteria, this Skill generates a traceability coverage matrix that maps each scenario back to specific acceptance criteria, verifying full requirements coverage.

Can I analyze linked issues and dependencies when designing test scenarios?

Yes, you can analyze linked issues and dependencies when designing test scenarios. The Skill processes linked issues alongside Jira stories and acceptance criteria to identify risks and generate comprehensive scenarios.

Does this Skill work for generating both happy path and edge case test scenarios?

Yes, this Skill works for generating happy path, negative, and edge case test scenarios. It decomposes stories and acceptance criteria to design comprehensive scenarios covering multiple testing paths.

What is the best way to transition from requirements analysis to test case generation?

The best way to transition from requirements analysis to test case generation is to use this Skill's structured test scenarios and coverage matrices as direct inputs for downstream test case creation by QA engineers.