test-master

Automate unit, integration, E2E, performance, and security testing across CI/CD pipelines.

10.9k|1.0k|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/Jeffallan/claude-skills --skill test-master-jeffallan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-master
Source: https://github.com/Jeffallan/claude-skills/tree/main/skills/test-master
Command: npx skills add https://github.com/Jeffallan/claude-skills --skill test-master-jeffallan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps automate and coordinate diverse testing activities across unit, integration, E2E, performance, and security testing, reducing debugging time, improving coverage, and streamlining test reporting.

Core Features & Use Cases

  • Test strategy design: Create comprehensive, multi-type test plans for features and systems.
  • Test generation & maintenance: Produce unit/integration/E2E tests and maintain them with refactors.
  • Coverage & reporting: Analyze coverage metrics and produce actionable findings for CI.
  • Automation framework guidance: Assist in building or extending test automation frameworks.

Quick Start

Generate a full test plan and sample test cases for the new checkout flow, including unit, integration, and E2E 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 plan across unit, integration, and E2E tests?

Test planning involves defining scope, selecting appropriate testing types for your feature or system, and composing strategies that cover functional, performance, and security domains. This Skill guides you through designing multi-type test plans, then authoring and executing tests with Jest, Vitest, Playwright, Cypress, and other frameworks to achieve measurable coverage.

Can I automate testing across CI/CD pipelines with performance and security testing included?

Yes. This Skill automates comprehensive QA across functional, performance, and security testing domains, executing unit, integration, E2E, and security tests within CI/CD pipelines. It covers test authoring, execution frameworks like Jest, Vitest, pytest, Playwright, and k6, plus automated report generation and coverage analysis.

What's the best way to maintain test suites when code refactors happen?

Test maintenance involves updating unit, integration, and E2E tests as your codebase evolves. This Skill helps you author tests with precise assertions and refactor them systematically across your test portfolio, ensuring coverage metrics remain accurate and defect findings stay actionable throughout refactors.

How do I generate actionable coverage reports and defect findings for my CI/CD pipeline?

Coverage analysis extracts metrics from test execution and produces reports with defect findings tailored for CI/CD delivery. This Skill automates coverage measurement across unit, integration, and E2E tests, then delivers structured reports and findings that guide quality decisions.

Does this approach work with frameworks like Jest, Cypress, and pytest?

Yes. This Skill applies to multiple testing frameworks and tools—Jest and Vitest for unit testing, pytest for Python projects, Playwright and Cypress for E2E, and k6 for performance testing. It guides framework selection, test authoring, and CI/CD integration across all these tools.