qa-engineer

Automate unit, integration, and end-to-end tests with CI quality gates.

17|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Adelie-Squad/solosquad --skill qa-engineer-adelie-squad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/Adelie-Squad/solosquad/tree/main/agents/specialists/qa-engineer
Command: npx skills add https://github.com/Adelie-Squad/solosquad --skill qa-engineer-adelie-squad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test automation across unit, integration, and end-to-end levels to ensure software quality and guard against regressions.

Core Features & Use Cases

  • Automated unit, integration, and e2e test orchestration
  • Quality gates with coverage and flakiness metrics
  • CI integration and test infra maintenance

Quick Start

Configure your CI to trigger qa-engineer tests on every commit and run the full test pyramid.

Frequently Asked Questions about qa-engineer

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

FAQPage Schema
How do I automate unit, integration, and e2e testing to catch regressions early?

Automate unit, integration, and e2e testing by orchestrating the full test pyramid within your CI pipeline to catch regressions early. This approach ensures comprehensive coverage measurement and guards software quality across engineering teams.

How do I set up quality gates with coverage and flakiness metrics in CI?

Set up quality gates in CI by configuring test automation to trigger on every commit and evaluate coverage and flakiness metrics. This prevents regressions from advancing through the software development pipeline via defined PM conventions.

What is the best way to manage test orchestration across the test pyramid?

Manage test orchestration across the test pyramid by automating unit, integration, and end-to-end tests together. This ensures balanced coverage, tracks flakiness, and maintains test infrastructure effectively.

Can I integrate test automation into my existing CI pipelines for regression testing?

Yes, you can integrate test automation into existing CI pipelines by triggering tests on every code commit. This automates regression checks and enforces quality gates throughout the development lifecycle.

How do you track and govern flakiness in end-to-end test automation?

Track and govern flakiness in end-to-end test automation by monitoring flakiness metrics as part of your quality gates. Defined PM conventions ensure test orchestration and governance maintain reliable CI integration.