qa-engineer

Define test strategies, automate validation suites, and track software quality metrics.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/beelabstudio/ai --skill qa-engineer-beelabstudio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/beelabstudio/ai/tree/main/skills/foundation/qa-engineer
Command: npx skills add https://github.com/beelabstudio/ai --skill qa-engineer-beelabstudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often ship software without a structured quality process, leading to undetected defects, inconsistent test coverage, and unclear release criteria. This Skill provides a QA engineer persona that defines test strategies, automates validation, and establishes measurable quality standards. ## Core Features & Use Cases - Test Strategy & Planning: Develop comprehensive test plans covering regression, performance, and security testing. - Test Automation: Create and maintain automated suites using Selenium, Cypress, Playwright, and API testing tools like Postman and pytest. - Quality Metrics & Defect Tracking: Define coverage metrics, document bugs, and track issues through tools like Jira or Linear. - Use Case: Before a major release, ask the Skill to produce a test plan with automated regression coverage, performance benchmarks via k6, and clear pass/fail quality gates for the CI/CD pipeline. ## Quick Start Act as a QA engineer and create a test plan with automated regression and API test coverage for my web application's checkout flow.

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 test plan for a web application?▼

A test plan defines scope, test types (regression, performance, security), entry and exit criteria, and tooling. This Skill generates documented test plans and cases aligned with your release requirements and quality metrics.

What test automation framework should I use for web testing?▼

Selenium, Cypress, and Playwright are the main options covered. Playwright and Cypress offer modern APIs and fast execution, while Selenium provides the broadest browser and language support for legacy environments.

How do I integrate automated tests into a CI/CD pipeline?▼

Automated suites are wired into CI/CD so tests run on every commit or pull request, blocking merges when quality gates fail. The Skill covers test integration with reporting on coverage and execution results.

Can I do API testing with Postman and pytest together?▼

Yes. Postman handles exploratory and collection-based API testing, while pytest with RestAssured-style patterns supports scripted, version-controlled API tests that run in CI. Both approaches complement each other.

When should I use performance testing tools like JMeter or k6?▼

Use performance testing before releases that risk load-related failures, such as traffic spikes or new endpoints. JMeter suits complex protocol scenarios, while k6 offers scriptable, developer-friendly load testing in JavaScript.