speckit.tester

Automate test execution, coverage analysis, and reporting for code projects.

3|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/RangeyRover/home-battery-control --skill speckit-tester-rangeyrover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.tester
Source: https://github.com/RangeyRover/home-battery-control/tree/main/.agent/skills/speckit.tester
Command: npx skills add https://github.com/RangeyRover/home-battery-control --skill speckit-tester-rangeyrover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit automates the execution of test suites, measures code coverage, and generates actionable test reports, solving the challenge of time-consuming manual testing and coverage analysis.

Core Features & Use Cases

  • Automated Test Execution: Run tests from various test frameworks like Jest, Vitest, Pytest, Ava, and Tap.
  • Code Coverage Measurement: Offers coverage statistics for each file.
  • Test Report Generation: Creates detailed reports including summary, failures, coverage by file, and next actions for quick issue resolution.

Quick Start

Use the 'speckit.tester' skill to run the full test suite and coverage for your project.

Frequently Asked Questions about speckit.tester

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

FAQPage Schema
How do I automate test execution and code coverage analysis for my project?

Automate test execution and code coverage by running the full test suite to measure file-level statistics and generate actionable reports. This process identifies test framework usage, execution results, and coverage stats to solve time-consuming manual analysis.

Does automated testing work with Jest, Pytest, and Go test frameworks?

Automated testing supports frameworks like Jest, Vitest, Pytest, Ava, Tap, and Go test. The tool identifies the specific framework used in your code project and executes the corresponding tests to generate coverage statistics and detailed reports.

What is included in a generated test report for code coverage?

A generated test report includes a summary, execution failures, coverage statistics by file, and next actions for quick issue resolution. This provides actionable insights to address gaps in your code coverage and resolve test failures efficiently.

What's the best way to run a full test suite and measure coverage quickly?

The best way to run a full test suite and measure coverage is to use an automated workflow optimized for software engineering. This executes tests across detected frameworks, analyzes coverage per file, and outputs a detailed report with next actions.

Do I need to install specific test frameworks to use automated test reporting?

Yes, you need existing test frameworks like Jest, Pytest, or Go test installed in your project. The tool identifies and reports test framework usage within your codebase before executing tests and calculating coverage statistics.