speckit.tester

Detect test frameworks, run tests, and generate coverage reports.

Updated Oct 4, 2025
One-click install
npx skills add https://github.com/peancharoen/lcbp3 --skill speckit-tester-peancharoen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.tester
Source: https://github.com/peancharoen/lcbp3/tree/main/.agents/skills/speckit.tester
Command: npx skills add https://github.com/peancharoen/lcbp3 --skill speckit-tester-peancharoen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates executing test suites, collects coverage data, and generates actionable test reports to accelerate software quality assurance.

Core Features & Use Cases

  • Detects the project’s test frameworks (Jest, Vitest, Pytest, Go test, Cargo test) and configures execution automatically.
  • Runs tests with integrated coverage collection and supports multiple reporters/formats for results.
  • Generates a structured test report with summary metrics, failure details, and per-file coverage insights; ideal for CI pipelines and local development.

Quick Start

Run speckit.tester on your project to execute tests, collect coverage, 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 tests and collect coverage across multi-language projects?

Running tests and collecting coverage in multi-language projects is automated by detecting frameworks like Jest, Vitest, Pytest, Go, or Cargo test suites, then parsing outputs to produce a concise, actionable report.

How does automated test framework detection work for CI pipelines?

Automated test framework detection works by scanning your project to identify test suites like Jest, Vitest, Pytest, Go, or Cargo, then automatically executing them and gathering coverage data to generate structured reports ideal for CI pipelines.

Does this testing approach support Pytest and Go test environments?

Yes, this testing approach supports Pytest and Go test environments by automatically detecting these frameworks alongside Jest, Vitest, and Cargo to execute tests and gather coverage data in multi-language setups.

What is the best way to generate actionable test reports with failure details?

The best way to generate actionable test reports with failure details is to parse outputs from common coverage tools and test runners, producing a structured report containing summary metrics, failure details, and per-file coverage insights.

How do I measure code coverage for Vitest and Jest test suites?

You measure code coverage for Vitest and Jest test suites by running an automated detection tool that configures execution, runs the tests with integrated coverage collection, and parses the outputs into a structured report.