test-suite

Run pytest and npm test suites with coverage checks.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/stevenmunoz/turbo-ai-exercise --skill test-suite-stevenmunoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-suite
Source: https://github.com/stevenmunoz/turbo-ai-exercise/tree/main/.claude/skills/test-suite
Command: npx skills add https://github.com/stevenmunoz/turbo-ai-exercise --skill test-suite-stevenmunoz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates running and managing tests across a project, enabling teams to verify code quality quickly and consistently.

Core Features & Use Cases

  • Run backend tests with pytest and frontend tests with npm test.
  • Measure and report test coverage to guide quality improvements.
  • Identify untested or under-tested code paths and suggestions for test additions.
  • Pre-PR validation and workflow guidance for test execution in CI pipelines.

Quick Start

Run all tests locally with pytest for backend and npm test for frontend to verify the test suite.

Frequently Asked Questions about test-suite

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

FAQPage Schema
How do I run pytest and npm test together for project test validation?

You can run project test validation by executing pytest for backend and npm test for frontend to verify the entire test suite quickly and consistently across your codebase.

What is the best way to measure test coverage and find untested code paths?

Measuring test coverage involves running your suite to report metrics, identify untested or under-tested code paths, and provide suggestions for targeted test additions to improve quality.

Can I use this for pre-merge quality gate checks in CI pipelines?

Yes, you can use this for pre-PR validation and workflow guidance to execute tests in CI pipelines, serving as a quality gate before merging code changes.

Does this workflow support both unit and integration testing across frontend and backend?

Yes, the workflow applies to both frontend and backend codebases, supporting unit, integration, and coverage checks to validate code quality across different test types.

How do I manage coverage thresholds to guide test quality improvements?

Managing coverage thresholds requires configuring your test execution workflow to measure and report coverage, guiding structured test-writing practices for quality improvements.