test-master

Create test strategies and automation frameworks for functional, performance, and security testing.

9|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/stephanj/claude-code-collections --skill test-master-stephanj
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: test-master
Source: https://github.com/stephanj/claude-code-collections/tree/main/skills/test-master
Command: npx skills add https://github.com/stephanj/claude-code-collections --skill test-master-stephanj

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the challenge of maintaining high software quality by providing a structured, expert-led approach to testing that covers functional, performance, and security requirements.

Core Features & Use Cases

  • Multi-Perspective Testing: Executes strategies across functional correctness, performance benchmarking, and security vulnerability assessment.
  • Automation Framework Design: Provides patterns for building scalable test suites using industry-standard tools like Playwright, Jest, and k6.
  • Use Case: When preparing a new feature for release, invoke this skill to generate a comprehensive test plan that includes unit tests, E2E user flows, and security checks to ensure no regressions are introduced.

Quick Start

Use the test-master skill to create a comprehensive test strategy for the new user authentication module including unit and integration tests.

Frequently Asked Questions about test-master

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

FAQPage Schema
How do I create a comprehensive test strategy for a new software module?โ–ผ

A comprehensive test strategy requires structuring functional, performance, and security assessments across unit, integration, and E2E layers. You can generate a tailored test plan that includes specific user flows and security checks to prevent regressions before release.

What is the best way to integrate automated testing into a CI/CD pipeline?โ–ผ

Integrating automated testing into CI/CD pipelines involves executing functional correctness checks, performance benchmarking, and security vulnerability assessments during builds. This approach adheres to TDD principles to ensure a robust and maintainable codebase throughout the delivery lifecycle.

Does this testing framework support Playwright, Jest, and k6 for automation?โ–ผ

Yes, the testing framework supports Playwright, Jest, and k6. It provides scalable automation patterns for building test suites, ensuring comprehensive coverage across functional correctness, performance benchmarking, and security vulnerability assessment.

How do I design a scalable test automation framework for E2E and unit testing?โ–ผ

Designing a scalable test automation framework requires applying industry-standard patterns for unit and E2E testing scenarios. The framework provides structured guidance for building test suites that maintain functional correctness and security across complex software modules.

When do I need to run security vulnerability assessments during software development?โ–ผ

Security vulnerability assessments are needed when preparing new features for release to ensure no security regressions are introduced. Running these assessments alongside functional and performance checks provides multi-perspective testing for robust, secure codebases.

Can I use TDD principles to maintain code quality across functional and performance domains?โ–ผ

Yes, you can apply TDD principles to maintain code quality across functional and performance domains. Adhering to TDD ensures robust, maintainable codebases by integrating structured defect reporting and automated checks into your development workflow.