qa-engineer

Generate test plans, reproduce bugs, and design regression suites.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Lordjiggy/claude-code-marketplace --skill qa-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/Lordjiggy/claude-code-marketplace/tree/main/skills/agents/qa-engineer
Command: npx skills add https://github.com/Lordjiggy/claude-code-marketplace --skill qa-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual QA processes are labor-intensive, prone to human error, and often struggle to keep up with rapid development cycles, leading to missed bugs and quality issues. This Skill automates key QA workflows, ensuring higher software quality and faster releases.

Core Features & Use Cases

  • Test Planning: Creates comprehensive test plans, including scope, strategy, scenarios, and acceptance criteria.
  • Bug Reproduction & Reporting: Systematically reproduces bugs and generates detailed reports with steps, environment, and suggested fixes.
  • Regression Testing: Designs and manages regression test suites to ensure fixed bugs remain fixed and new changes don't introduce regressions.
  • Use Case: Generate a detailed test plan for a new feature, investigate and document a complex bug with reproduction steps and environment details, or create a regression test suite for a critical application module.

Quick Start

Create test plan for user profile feature.

Frequently Asked Questions about qa-engineer

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

FAQPage Schema
How do I create a comprehensive test plan for a new software feature?

Test planning involves defining scope, strategy, test scenarios, and acceptance criteria for your feature. This Skill generates structured test plans that document what to test, how to test it, and expected outcomes, helping you ensure complete coverage before execution.

What's the best way to design a regression test suite?

Regression testing validates that bug fixes remain stable and new changes don't break existing functionality. This Skill designs regression suites by identifying critical test cases, organizing them by risk and priority, and structuring them for repeatable execution across your application.

How do I reproduce and document a complex bug effectively?

Bug reproduction requires systematic steps to isolate the issue, capture environment details, and identify root causes. This Skill generates detailed bug reports with step-by-step reproduction instructions, environment configuration, logs, and suggested fixes to accelerate resolution.

Can I use this for cross-browser and cross-environment testing?

Yes. This Skill supports cross-browser validation and cross-environment execution by helping you plan test scenarios across different browsers, devices, operating systems, and configurations, ensuring your software works consistently in all target environments.

How does automation help with manual QA workflows?

Automation reduces repetitive work and human error in QA by streamlining test case generation, organizing regression suites, and standardizing bug reporting. This accelerates feedback cycles and lets your team focus on exploratory testing and edge cases.

What QA metrics and reporting does this Skill provide?

This Skill generates QA metrics dashboards and reports that track test coverage, pass/fail rates, bug trends, and regression status. These metrics give visibility into software quality, help identify risk areas, and support data-driven release decisions.