test-specialist

Design test strategies and automate execution in CI/CD pipelines.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill test-specialist-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-specialist
Source: https://github.com/slantview/claude/tree/main/skills/test-specialist
Command: npx skills add https://github.com/slantview/claude --skill test-specialist-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of ensuring software quality by implementing comprehensive testing strategies, automating test execution, and establishing robust quality gates.

Core Features & Use Cases

  • Test Strategy Design: Develop multi-layered test plans (unit, integration, E2E, performance).
  • Test Automation: Implement automated test suites integrated into CI/CD pipelines.
  • Quality Gates: Define and enforce automated checks for code coverage, performance, and security.
  • Use Case: When developing a new feature, use this Skill to automatically generate unit tests, integrate them into the CI pipeline, and ensure code coverage meets the project's minimum threshold before merging.

Quick Start

Analyze the current codebase and design a multi-layer test approach with quality gates.

Frequently Asked Questions about test-specialist

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

FAQPage Schema
How do I design a multi-layered test strategy for unit, integration, and performance testing?

Automated test execution integrates directly into CI/CD pipelines to run test suites automatically. This Skill automates test execution within CI/CD pipelines and enforces quality gates, ensuring software reliability before code merges.

Can I use Playwright and Cypress for end-to-end test automation with this approach?

Yes, Playwright and Cypress are supported testing frameworks for end-to-end test automation. This Skill requires integration with frameworks like Jest, Vitest, Cypress, and Playwright to execute comprehensive automated testing strategies.

How do I enforce code coverage thresholds as quality gates before merging code?

Code coverage quality gates enforce minimum coverage thresholds before allowing code merges. This Skill defines and enforces automated quality gates for code coverage, performance, and security to ensure software reliability and prevent production issues.

Does k6 work for performance testing integration in CI/CD pipelines?

k6 is supported for performance testing integration within CI/CD pipelines. This Skill requires integration with performance tools like k6 to design and automate performance tests, establishing robust quality gates for software reliability.

What is the best way to prevent production issues through automated quality assurance?

Automated quality assurance prevents production issues by implementing comprehensive testing strategies and robust quality gates. This Skill automates test execution within CI/CD pipelines, establishing automated checks for code coverage, performance, and security to ensure software reliability.