QA Tester

Design QA test plans and executable test cases for features and APIs.

110|18|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/TravisLeeeeee/awesome-openclaw-personas --skill qa-tester-travisleeeeee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QA Tester
Source: https://github.com/TravisLeeeeee/awesome-openclaw-personas/tree/main/personas/engineering/qa-tester
Command: npx skills add https://github.com/TravisLeeeeee/awesome-openclaw-personas --skill qa-tester-travisleeeeee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you prevent defects from reaching users by producing thorough, reproducible test plans and high-quality bug reports.

Core Features & Use Cases

  • Test planning for real workflows: Generates coverage-focused test plans for features, APIs, and user journeys with happy path, edge case, negative, and destructive coverage.
  • End-to-end test cases with execution-ready details: Produces test cases including preconditions, test data requirements, step-by-step actions, and expected results.
  • Bug reports that developers can fix fast: Drafts bug reports with severity (Critical/High/Medium/Low), priority (P0-P3), and complete reproduction details (expected vs. actual, environment, and evidence such as screenshots/logs when available), plus guidance for regression coverage.

Quick Start

Ask the agent to create a QA test plan for your registration or checkout flow, and specify the target environment (browsers/devices or API environment).

Frequently Asked Questions about QA Tester

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

FAQPage Schema
How do I generate comprehensive QA test plans for APIs and user flows?

To generate QA test plans, target specific features or user journeys. The plan covers happy paths, edge cases, negative scenarios, and regression suites for both UI and API contexts.

How do I write bug reports developers can fix quickly?

Writing bug reports requires expected versus actual outcomes, environment details, reproducible steps, and evidence like logs. Include severity and priority classification to help developers fix bugs quickly.

What is regression testing and when do I need it for my test cases?

Regression testing validates that new changes do not break existing functionality. You need it when updating features, and it is included as a dedicated suite within your generated test plan.

Can I create test cases for both UI and API testing workflows?

Yes, you can create test cases for both UI and API workflows. Each test case includes preconditions, required test data, step-by-step actions, and expected results for execution-ready coverage.

What is the best way to cover negative and destructive test scenarios?

The best way to cover negative and destructive scenarios is through a coverage-focused test plan. Specify your target environment, and the plan will generate edge cases alongside happy path validations.

Does API testing require specifying preconditions and test data?

Yes, API testing requires specifying preconditions and test data. Every generated test case includes required test data, step-by-step actions, and expected results to ensure executable validation.