speckit.tester

Automate test execution and code coverage reporting across programming languages and frameworks.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/prof-danielc/SpaceScream --skill speckit-tester-prof-danielc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.tester
Source: https://github.com/prof-danielc/SpaceScream/tree/main/.agent/skills/speckit.tester
Command: npx skills add https://github.com/prof-danielc/SpaceScream --skill speckit-tester-prof-danielc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of test suites, measures code coverage, and provides comprehensive reports, streamlining the testing process for developers.

Core Features & Use Cases

  • Test Execution Automation: Detects and runs tests based on the project's test framework.
  • Code Coverage Analysis: Measures and reports code coverage percentage.
  • Detailed Reports: Generates reports with test summary, failures, and coverage details.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically test and report on code coverage during development.

Quick Start

Run tests and generate a report for your project by executing the 'test' command.

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 reporting in my CI/CD pipeline?

Automating test execution and code coverage reporting requires a tool that detects your test framework, runs the tests, and generates detailed reports on failures and coverage percentages. This Skill automates that entire workflow across various programming languages.

What is the best way to generate detailed test reports with coverage analysis?

Generating detailed test reports with coverage analysis involves running your test suite and measuring code coverage simultaneously. This Skill identifies your project's test configurations, executes the tests, and outputs comprehensive reports containing summaries and coverage details.

Does automated test reporting work with various programming languages and frameworks?

Automated test reporting across various programming languages and frameworks is supported. The Skill detects the specific test framework configured in your source code and adapts the test execution and coverage measurement process accordingly.

How do I integrate test automation into my development workflow?

Integrating test automation into your development workflow involves executing a command to run tests and generate reports within your CI/CD pipeline. This Skill requires access to your project's source code and test configurations to automate the process.

What do I need to measure code coverage percentage for my project?

Measuring code coverage percentage requires access to your project's source code and test configurations. This Skill uses these inputs to identify the test framework, run the tests, and calculate the exact coverage percentage for your codebase.