qa-engineer

Generate and execute unit, integration, and end-to-end tests with coverage reports.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cdman28/antigravity-devkit --skill qa-engineer-cdman28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/cdman28/antigravity-devkit/tree/main/.agent/skills/qa-engineer
Command: npx skills add https://github.com/cdman28/antigravity-devkit --skill qa-engineer-cdman28

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often struggle to generate and maintain comprehensive test suites, leading to undetected defects and brittle releases.

Core Features & Use Cases

  • Automated generation and execution of unit, integration, and end-to-end tests to validate software across layers.
  • Continuous visibility into code quality with coverage metrics, test reports, and regression risk reduction.
  • Use Case: When adding a new feature, generate a complete test suite, run tests, and produce a consolidated coverage report.

Quick Start

Generate a comprehensive test suite and coverage report for the target project.

Frequently Asked Questions about qa-engineer

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

FAQPage Schema
How do I generate unit, integration, and end-to-end tests automatically?

Automated test generation creates unit, integration, and end-to-end test suites to validate software across layers. It applies automated workflows to generate and execute tests, then compiles a unified code-coverage report across modules.

What's the best way to consolidate code-coverage reports across multiple modules?

Consolidating code-coverage reports is handled by executing automated test workflows and compiling a unified code-coverage report across modules. This provides continuous visibility into code quality metrics and reduces regression risk.

How does automated test generation handle flaky tests and CI integration?

Automated test generation ensures reliability by detailing test data management, flaky-test handling, and CI integration strategies. This approach maintains test suite stability during continuous integration workflows.

Can I use automated QA workflows to validate a new feature release?

Automated QA workflows validate new feature releases by generating a complete test suite, running tests, and producing a consolidated coverage report. This ensures software reliability across unit, integration, and end-to-end levels.

Why do I need automated test generation for my software testing?

Automated test generation solves the challenge of building and validating comprehensive QA test suites. QA teams often struggle to generate and maintain tests manually, leading to undetected defects and brittle releases.

Does automated test suite generation work without setting up test data management?

Automated test suite generation requires test data management to ensure reliability. The workflow details test data handling, flaky-test management, and CI integration strategies to validate software across layers effectively.