persona-qa-engineer

Generate Gherkin test cases and regression reports from BRD.md, TASKS.md, and SAD.md.

60|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill persona-qa-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persona-qa-engineer
Source: https://github.com/ahmedemad3/super-ai-agency-framework/tree/main/.agent/skills/Sr.QA-skill
Command: npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill persona-qa-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the design and execution of QA strategies, ensuring robust test coverage and faster feedback using TDD, Gherkin, and Playwright.

Core Features & Use Cases

  • Test Design: Create Given/When/Then scenarios in Gherkin to cover acceptance criteria and edge cases.
  • Automation: Drive E2E tests using Playwright (or Cypress) to validate UI and API interactions.
  • Artifact Generation: Produce test documentation and reports (e.g., Test Case documents, regression reports) aligned with BRD/TASKS/SAD inputs.
  • Use Case: When provided with BRD.md, TASKS.md, and SAD.md, generate a complete test plan and suite ready for implementation.

Quick Start

Provide the Ticket ID and BRD to generate the initial test cases for the ticket.

Frequently Asked Questions about persona-qa-engineer

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

FAQPage Schema
How do I generate test cases from BRD and SAD documents?

To generate test cases from BRD and SAD documents, provide the Ticket ID and BRD to load requirements and automatically produce TEST_CASES and regression reports ready for implementation.

How do I write Gherkin scenarios for automated E2E testing?

Writing Gherkin scenarios for automated testing involves constructing Given/When/Then statements to cover acceptance criteria and edge cases, which then drive Playwright or Cypress UI and API validation.

Can I use Playwright and Cypress for test automation with TDD workflows?

Yes, you can use Playwright and Cypress for test automation within TDD workflows to validate UI and API interactions, ensuring robust test coverage and faster feedback during software delivery.

What is the best way to document regression reports from Gherkin test plans?

The best way to document regression reports from Gherkin test plans is to align artifact generation directly with BRD, TASKS, and SAD inputs, automatically producing test documentation and validation reports.

Does QA automation support manual testing workflows alongside automated test suites?

Yes, QA automation supports manual testing workflows alongside automated test suites by applying comprehensive test design and execution strategies that cover both manual validation and Playwright or Cypress automation.