test-master

Create test strategies and write unit, integration, and end-to-end tests.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill test-master-zangxin75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-master
Source: https://github.com/zangxin75/openclaw-skills/tree/main/test-master
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill test-master-zangxin75

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of ensuring software reliability, performance, and security by providing a structured approach to all forms of testing.

Core Features & Use Cases

  • Test Strategy Development: Define comprehensive test plans covering functional, performance, and security aspects.
  • Test Automation: Implement and manage automated test suites using various frameworks.
  • Quality Assurance: Ensure software meets quality standards through rigorous testing and defect management.
  • Use Case: When developing a new feature, use this Skill to create a test strategy, write unit and integration tests, and set up performance benchmarks to guarantee a high-quality release.

Quick Start

Create a test plan for the new user authentication module, focusing on security and performance testing.

Frequently Asked Questions about test-master

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

FAQPage Schema
What is comprehensive software testing for functional, performance, and security validation?

Comprehensive software testing ensures reliability through functional correctness checks, performance benchmarks, and security vulnerability assessments. It defines test strategies and manages defect lifecycles to guarantee high-quality releases across unit, integration, and end-to-end environments.

How do I build an automated test suite using Jest, Vitest, and pytest?

Build automated test suites by implementing structured test strategies with frameworks like Jest, Vitest, and pytest. These tools execute deterministic unit and integration tests, validating functional correctness while managing defect lifecycles throughout development.

Can I use Playwright and k6 for end-to-end and performance testing?

Playwright and k6 support end-to-end and performance testing workflows. Playwright executes browser-based end-to-end tests for functional correctness, while k6 runs performance benchmarks to measure system reliability under load.

What's the best way to create a test plan for a new authentication module?

Create a test plan for an authentication module by defining comprehensive strategies covering security vulnerability assessments and performance testing. Execute functional correctness checks using automated unit and integration tests to guarantee a high-quality release.

Does test automation support managing the entire defect lifecycle?

Test automation supports managing the defect lifecycle by integrating rigorous quality assurance checks. Automated suites identify functional and security vulnerabilities, ensuring software meets quality standards while tracking defects from discovery to resolution.