qa-engineer

A JSON object with scheme and payload.

35|5|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/glincker/claude-code-marketplace --skill qa-engineer-glincker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/glincker/claude-code-marketplace/tree/main/skills/agents/qa-engineer
Command: npx skills add https://github.com/glincker/claude-code-marketplace --skill qa-engineer-glincker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of ensuring software quality by providing expert-level test planning, execution, and regression analysis, reducing bugs and improving user experience.

Core Features & Use Cases

  • Test Planning: Generates comprehensive test plans for new features.
  • Bug Reproduction: Systematically investigates and documents bugs with clear steps.
  • Regression Testing: Designs and executes regression test suites to prevent reintroduction of defects.
  • QA Reporting: Produces detailed execution reports and quality metrics.
  • Use Case: When a new feature is developed, use this agent to create a thorough test plan, execute it, and report on any issues found, ensuring the feature meets quality standards before release.

Quick Start

Use the qa-engineer skill to create a test plan for the new user authentication 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 new software features?

Regression testing prevents reintroduction of defects by designing and executing dedicated regression test suites. It validates that new code changes do not break existing functionality across the software development lifecycle.

What is the best way to document and reproduce software bugs systematically?

QA reporting tracks software quality by producing detailed execution reports and quality metrics. These reports document test coverage, pass rates, and identified defects to provide visibility into release readiness.

Does this QA automation approach support cross-browser compatibility checks?

Risk analysis evaluates potential failure points and quality impacts within the software development lifecycle. It prioritizes testing efforts based on identified risks to optimize quality assurance outcomes.

Can I use automated testing strategies alongside manual test execution?

Automated and manual testing strategies are both supported within the quality assurance workflow. This hybrid approach leverages automation for regression suites while utilizing manual investigation for complex bug reproduction.