test-runner

Run tests across pytest, jest, go test, and cargo test and report results and coverage.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/Khamel83/oneshot --skill test-runner-khamel83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/Khamel83/oneshot/tree/main/archive/v9/skills/test-runner
Command: npx skills add https://github.com/Khamel83/oneshot --skill test-runner-khamel83

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates running tests across multiple frameworks (pytest, jest, go test, cargo test) and presents results, failures, and coverage insights to accelerate quality feedback.

Core Features & Use Cases

  • Cross-framework test execution: supports pytest, jest, go test, and cargo test.
  • Results analysis: highlights failing tests, provides per-test details, and summarizes overall coverage.
  • Use Case: during pre-commit or CI, run tests and generate a concise report for developers.

Quick Start

Instruct the AI to run the project's test suite and report results and coverage.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I run tests across multiple frameworks like pytest, jest, go test, and cargo test?

To run tests across multiple frameworks, this solution automatically detects the framework from standard indicators and executes framework-specific commands. It supports pytest, jest, go test, and cargo test, returning a structured summary of results and coverage details.

How do I analyze test coverage and highlight failing tests in a CI pipeline?

To analyze test coverage in CI, the tool executes your test suite and generates a concise report highlighting failing tests. It provides per-test details and summarizes overall coverage to accelerate quality feedback during pre-commit or PR checks.

Can I use this automated test runner for local development workflows or is it only for CI?

You can use this automated test runner for local development workflows as well as CI and PR checks. It is applicable whenever you need to run tests, analyze results, and boost coverage across supported frameworks like pytest, jest, go test, and cargo test.

How does cross-framework test execution detect which testing framework my project uses?

Cross-framework test execution detects the framework from standard indicators in your project. Once detected, it runs the appropriate framework-specific commands and outputs a structured summary with failures and coverage details.

What is the best way to generate a concise test report with coverage insights for developers?

The best way to generate a concise test report with coverage insights is to run tests and analyze results automatically. This tool highlights failing tests, provides per-test details, and summarizes overall coverage to accelerate quality feedback.