test-master

Generate test strategies and reports for functional, performance, and security coverage.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill test-master-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-master
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/claude-skills/skills/test-master
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill test-master-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Test Master helps you produce reliable functional, performance, and security tests that catch real regressions and defects early, while providing findings that teams can act on quickly.

Core Features & Use Cases

  • Build complete test strategies covering unit, integration, E2E, performance, and security disciplines to match your product risk profile.
  • Design high-quality test cases that include happy paths, error/edge cases, deterministic mocks, and independent execution.
  • Generate useful defect and coverage reports with severity ratings, prioritized remediation steps, and explicit coverage gap identification.

Quick Start

Use the test-master skill to generate a complete test plan and reporting template for your next feature, including functional, performance, and security coverage.

Frequently Asked Questions about test-master

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

FAQPage Schema
How do I build a comprehensive test strategy for unit, integration, and E2E environments?

A complete test strategy covers functional, performance, and security disciplines while enforcing deterministic mocking rules, error-path coverage, and non-order-dependent tests to validate software behavior and catch real regressions early.

What is the best way to diagnose flaky tests and coverage gaps in a CI/CD workflow?

Diagnosing flaky tests and coverage gaps in CI/CD workflows requires enforcing non-order-dependent test execution and generating structured findings reports that identify explicit coverage gaps and defect patterns across your test suite.

How do I generate actionable defect and coverage reports with severity ratings?

Generating actionable defect and coverage reports involves producing structured findings that include severity ratings, explicit coverage gap identification, and prioritized remediation recommendations so teams can quickly act on software defects.

Does test-master support security testing and performance validation for software behavior?

Yes, security testing and performance validation are supported dimensions. The skill generates testing guidance and artifacts that validate software behavior across functional, performance, and security dimensions to match your product risk profile.

Why do my unit tests fail when execution order changes and how can I fix them?

Unit tests fail when execution order changes due to dependencies between tests. You can fix them by enforcing non-order-dependent tests, implementing deterministic mocking rules, and ensuring independent execution across your test suite.