testing-suite-management

Automate testing strategy for unit, E2E, and mutation tests.

1|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/vitorsilva/saberloop --skill testing-suite-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-suite-management
Source: https://github.com/vitorsilva/saberloop/tree/main/.claude/skills/testing-suite-management
Command: npx skills add https://github.com/vitorsilva/saberloop --skill testing-suite-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and automates the full testing lifecycle for Saberloop, covering unit tests, end-to-end tests, and mutation testing to improve quality and reliability.

Core Features & Use Cases

  • Pattern-driven test creation: templates for Vitest unit tests, Playwright E2E tests, and Stryker mutation testing aligned with project conventions.
  • CI/CD readiness: provides test pipelines, thresholds, and instrumentation for robust quality gates.
  • Comprehensive guidance: step-by-step processes for test creation, integration, and validation in large-scale apps.

Quick Start

Run the provided scaffolds to initialize Vitest, Playwright, and Stryker templates for your project.

Frequently Asked Questions about testing-suite-management

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

FAQPage Schema
How do I set up a standardized testing suite with Vitest and Playwright?

Orchestrate end-to-end testing by running provided scaffolds to initialize Vitest, Playwright, and Stryker templates, establishing unit, E2E, and mutation test suites aligned with project conventions.

How does mutation testing with Stryker improve code quality?

Mutation testing with Stryker improves quality by automatically mutating code to verify test suite effectiveness, ensuring your tests catch real defects rather than just passing basic coverage thresholds.

Can I integrate coverage thresholds and quality gates into my CI/CD pipeline?

Yes, you can integrate coverage thresholds and quality gates into CI/CD pipelines using provided test pipelines, instrumentation, and threshold configurations to enforce robust automated quality checks.

Does this testing suite management approach work for large-scale applications?

Yes, this approach works for large-scale applications by providing step-by-step guidance for test creation, integration, and validation, along with standardized templates across unit, E2E, and mutation tests.

What's the best way to automate end-to-end testing strategy across multiple test types?

The best way to automate testing strategy is to orchestrate end-to-end testing using standardized templates for Vitest, Playwright, and Stryker, combined with CI/CD integration and coverage reporting.