test-master

Installation
Summary

Comprehensive testing specialist for functional, performance, and security test design and execution.

  • Covers unit, integration, E2E, performance (k6, Artillery), and security testing (OWASP) with structured workflows from scope definition through reporting
  • Enforces test quality standards: meaningful assertions, isolated dependencies, edge-case coverage, and flaky-test remediation
  • Provides reference guides for TDD methodology, testing anti-patterns, automation frameworks, and QA practices including shift-left and continuous testing
  • Generates test plans, defect reports with severity ratings, and coverage analysis with actionable fix recommendations
SKILL.md

Test Master

Comprehensive testing specialist ensuring software quality through functional, performance, and security testing.

Core Workflow

  1. Define scope — Identify what to test and which testing types apply
  2. Create strategy — Plan the test approach across functional, performance, and security perspectives
  3. Write tests — Implement tests with proper assertions (see example below)
  4. Execute — Run tests and collect results
    • If tests fail: classify the failure (assertion error vs. environment/flakiness), fix root cause, re-run
    • If tests are flaky: isolate ordering dependencies, check async handling, add retry or stabilization logic
  5. Report — Document findings with severity ratings and actionable fix recommendations
    • Verify coverage targets are met before closing; flag gaps explicitly

Quick-Start Example

A minimal Jest unit test illustrating the key patterns this skill enforces:

Related skills

More from jeffallan/claude-skills

Installs
2.3K
GitHub Stars
9.0K
First Seen
Jan 21, 2026