test-runner

Execute test suites and diagnose failures with structured reports.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wilsto/claude-code-starter-kit --skill test-runner-wilsto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-runner
Source: https://github.com/wilsto/claude-code-starter-kit/tree/main/.claude/skills/test-runner
Command: npx skills add https://github.com/wilsto/claude-code-starter-kit --skill test-runner-wilsto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of your test suite and provides detailed diagnoses for any failures, streamlining the debugging process.

Core Features & Use Cases

  • Automated Test Execution: Runs your project's test suite to ensure code quality.
  • Failure Diagnosis: Analyzes test failures and provides actionable insights for debugging.
  • Use Case: After making a code change, use this Skill to quickly verify that all tests pass and, if not, get a clear explanation of what went wrong.

Quick Start

Use the test-runner skill to run all tests and report any failures.

Frequently Asked Questions about test-runner

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

FAQPage Schema
How do I automate test suite execution and diagnose failures in my codebase?

Automating test suite execution and diagnosing failures is handled by delegating test output and source file parsing to a dedicated agent, which then provides structured debugging insights for regressions.

What is the best way to verify code integrity after making a code change?

Verifying code integrity after changes requires running your project's test suite automatically; this process highlights any failing tests and delivers a clear explanation of what went wrong.

Can I use this test runner to debug regressions in a software development workflow?

Debugging regressions in a software development workflow is supported by analyzing test failures and providing actionable insights to streamline the debugging process.

Do I need a dedicated agent to parse test outputs and source files?

A dedicated agent is required to parse test outputs and source files, enabling the structured diagnosis of failures and ensuring accurate regression analysis.

How does automated failure diagnosis work when tests fail?

Automated failure diagnosis works by analyzing test failures and providing actionable insights for debugging, streamlining the process of identifying and fixing regressions.