qa-engineer

Generate and execute unit, integration, contract, end-to-end, and performance test suites.

171|49|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/nagisanzenin/claude-code-production-grade-plugin --skill qa-engineer-nagisanzenin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/nagisanzenin/claude-code-production-grade-plugin/tree/main/skills/qa-engineer
Command: npx skills add https://github.com/nagisanzenin/claude-code-production-grade-plugin --skill qa-engineer-nagisanzenin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and execution of comprehensive test suites, ensuring code quality and reliability before deployment.

Core Features & Use Cases

  • Automated Test Generation: Writes unit, integration, contract, E2E, and performance tests.
  • Test Plan Creation: Generates a detailed test plan with traceability to requirements.
  • Use Case: After a new feature is developed, use the QA Engineer Skill to automatically generate all necessary tests, verify code against acceptance criteria, and report on test coverage and findings.

Quick Start

Use the qa-engineer skill to write unit tests for the new authentication service.

Frequently Asked Questions about qa-engineer

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

FAQPage Schema
How do I automatically generate unit and integration tests for a new feature?

Automated test generation creates unit, integration, contract, and end-to-end tests by analyzing your feature code and acceptance criteria, ensuring comprehensive coverage and production-readiness without manual test writing.

Can I integrate automated test generation with existing test frameworks in a brownfield project?

Yes, automated test generation supports brownfield development by detecting and integrating with your existing test frameworks and patterns, ensuring new tests align with your established project conventions.

What types of tests are needed to validate code against acceptance criteria before deployment?

Validating code against acceptance criteria requires a comprehensive suite covering unit, integration, contract, end-to-end, and performance tests to identify bugs and verify production-readiness before deployment.

How do I create a test plan with traceability to software requirements?

A test plan with traceability maps each generated test case directly to specific software requirements and acceptance criteria, providing a clear validation pathway that ensures all project specifications are verified.

Does automated testing support performance testing and E2E validation for web applications?

Yes, automated testing includes performance testing and end-to-end validation capabilities that execute against your web applications to measure responsiveness and verify complete user workflows under simulated load conditions.

What is the best way to ensure code quality and reliability before a production release?

The best way to ensure code quality is executing a comprehensive automated test suite that validates code against acceptance criteria, identifies bugs, and reports on test coverage to confirm production-readiness before release.