test-master

Create, execute, and analyze software tests across CI/CD pipelines.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Serg28/demosite --skill test-master-serg28
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-master
Source: https://github.com/Serg28/demosite/tree/main/.agents/skills/test-master
Command: npx skills add https://github.com/Serg28/demosite --skill test-master-serg28

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Writing and managing effective tests is challenging, and ensuring comprehensive coverage of software functionalities often requires deep expertise and structured workflows.

Core Features & Use Cases

  • Test Strategy Development: Define testing scope, approach, and framework for functional, performance, and security testing.
  • Test Writing & Automation: Create detailed test cases in various frameworks and implement automation for CI/CD pipelines.
  • Analysis & Reporting: Analyze coverage gaps, generate detailed test reports, and identify critical issues efficiently.
  • Use Case: A QA engineer prepares a comprehensive test plan for a new feature and automates it with Playwright, minimizing manual testing effort.

Quick Start

Describe your testing objectives clearly, then develop test cases aligned to these goals using modern frameworks, and automate execution within your CI/CD environment to enhance reliability and speed.

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 for a new software feature?

To create a test plan, define the testing scope, approach, and framework for functional, performance, and security testing. This ensures comprehensive coverage of software functionalities by structuring QA workflows from manual exploratory testing to automated pipelines.

Can I automate test cases using Playwright and Jest within a CI/CD pipeline?

Yes, you can implement automation for CI/CD pipelines using frameworks like Playwright and Jest. This allows you to create detailed test cases aligned to your objectives, automating execution to enhance reliability and minimize manual testing effort.

What is the best way to analyze test coverage gaps and generate reports?

Analyzing test coverage gaps involves evaluating execution results against defined testing objectives to identify critical issues efficiently. This generates detailed test reports that highlight untested software functionalities and guide quality assurance improvements.

Does this approach support both manual exploratory testing and automated execution?

Yes, the approach supports comprehensive quality assurance workflows across multiple disciplines. It facilitates both manual exploratory testing and automated CI/CD pipelines, allowing QA engineers to transition smoothly from strategy development to execution and analysis.

How do I write effective software tests using pytest for quality assurance?

Writing effective software tests with pytest involves describing your testing objectives clearly and developing detailed test cases aligned to those goals. This structured workflow overcomes the challenge of ensuring comprehensive coverage without requiring deep manual expertise.