speckit.tester

Run project test suites and generate a unified coverage report.

63|13|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/compnew2006/Spec-Kit-Antigravity-Skills --skill speckit-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.tester
Source: https://github.com/compnew2006/Spec-Kit-Antigravity-Skills/tree/main/skills/speckit.tester
Command: npx skills add https://github.com/compnew2006/Spec-Kit-Antigravity-Skills --skill speckit-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies the health of a codebase by running its test suites and measuring coverage, enabling teams to detect failures and gauge reliability.

Core Features & Use Cases

  • Detects the active test framework in a project (e.g., Jest, Vitest, Pytest, Go test, Cargo) and executes the appropriate tests with coverage reporting.
  • Aggregates results across languages and presents a unified summary including total tests, pass/fail, duration, and coverage.
  • Generates actionable reports that help prioritize fixes and communicate test status to stakeholders.

Quick Start

Run speckit.tester on your project to execute its test suite and generate a comprehensive report.

Frequently Asked Questions about speckit.tester

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

FAQPage Schema
How do I run test suites and measure coverage across multi-language repositories?

To run test suites and measure coverage across multi-language repositories, this tool auto-detects the active test framework, executes tests with coverage, and compiles a unified report detailing pass/fail rates, duration, and coverage metrics.

Does this testing tool support frameworks like Jest, Pytest, and Go test?

Yes, this testing tool supports common frameworks including Jest, Vitest, Pytest, Go test, and Cargo. It automatically identifies the active framework in your project and executes the appropriate tests with coverage reporting.

How do I generate a test health report for a JavaScript or Python project?

You can generate a test health report by running the tool on your JavaScript or Python project. It detects the test framework, executes the suite, and outputs a structured report with total tests, pass/fail counts, duration, and coverage.

What is the best way to aggregate test results across different languages?

The best way to aggregate test results across different languages is using a unified testing tool that detects frameworks across JavaScript, Python, and Go, then compiles results into a single structured report detailing total tests, pass/fail, and coverage.

Can I use this tool for continuous integration test reporting?

Yes, you can use this tool for continuous integration test reporting. It executes test suites with coverage and generates actionable structured reports that help communicate test status and prioritize fixes to stakeholders in your CI pipeline.

Why do I need to detect the test framework before running tests with coverage?

Detecting the test framework before running tests with coverage is necessary to ensure the correct test runner is invoked. The tool automatically identifies frameworks like Jest or Pytest to execute tests properly and aggregate accurate coverage metrics.