test-master

Generate test suites and quality strategies across functional, performance, and security domains.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill test-master-design-system-et
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-master
Source: https://github.com/Design-System-ET/genexus-dev-opencode/tree/main/skills/test-master
Command: npx skills add https://github.com/Design-System-ET/genexus-dev-opencode --skill test-master-design-system-et

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the complexity of maintaining software quality by providing a structured, repeatable framework for functional, performance, and security testing, preventing regressions and ensuring reliable releases.

Core Features & Use Cases

  • Test Strategy Design: Creates comprehensive test plans covering unit, integration, and E2E scenarios.
  • Quality Advocacy: Implements shift-left testing, defect reporting, and coverage analysis to identify gaps early.
  • Use Case: When developing a new API endpoint, use this skill to generate a suite of unit tests for happy paths and edge cases, followed by an integration test to verify database interactions and security headers.

Quick Start

Use the test-master skill to generate a comprehensive test plan and unit test suite for the current module, ensuring all edge cases and error paths are covered.

Frequently Asked Questions about test-master

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

FAQPage Schema
How do I generate a comprehensive test suite for an API endpoint?

A comprehensive test suite for an API endpoint requires structured unit, integration, and E2E testing frameworks. This approach covers happy paths, edge cases, database interactions, and security headers to ensure reliable releases and prevent regressions across functional, performance, and security domains.

What is shift-left testing and how does it improve code coverage?

Shift-left testing integrates defect reporting and coverage analysis early in the software development lifecycle. It improves code coverage by identifying test gaps early, enabling rapid defect remediation and strict adherence to TDD principles to prevent regressions.

Can I apply TDD principles to generate test plans for functional, performance, and security domains?

Yes, applying TDD principles to generate test plans across functional, performance, and security domains ensures high code coverage and robust quality strategies. This structured framework supports unit, integration, and E2E testing to prevent regressions throughout the software development lifecycle.

What's the best way to structure integration tests for database interactions?

The best way to structure integration tests for database interactions is using a repeatable testing framework that verifies data flows and security headers. This ensures robust quality assurance by validating edge cases, error paths, and database interactions alongside functional unit tests.

Does test automation work with defect remediation and coverage analysis?

Test automation works with defect remediation and coverage analysis by providing a structured framework for functional, performance, and security testing. This combination identifies gaps early, prevents regressions, and ensures adherence to TDD principles for reliable releases.

Why does my test coverage report show gaps in edge cases and error paths?

Test coverage reports show gaps in edge cases and error paths when a testing framework lacks comprehensive quality strategies across functional, performance, and security domains. Implementing shift-left testing and defect reporting identifies these gaps early for effective remediation.