test

Run and analyze test suites, then write failure reports with fixes.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sakebomb/scaffold --skill test-sakebomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/sakebomb/scaffold/tree/main/.claude/skills/test
Command: npx skills add https://github.com/sakebomb/scaffold --skill test-sakebomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running and analyzing test suites can be tedious and time-consuming; this Skill automates execution, results interpretation, and provides actionable fixes to accelerate debugging.

Core Features & Use Cases

  • Run unit, integration, and agent tests and aggregate results
  • Analyze failures to propose concrete fixes with rationale
  • Generate a concise, actionable report suitable for developer review

Quick Start

Run the full test suite and review results to generate actionable fixes.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate running unit tests and analyzing failures?

Automating unit test analysis is done by executing the test suite and aggregating the results. The Skill identifies failures, proposes concrete fixes with rationale, and writes a detailed report to scratch/test_results_latest.md for developer review.

Can I run integration tests and target a specific file path?

Yes, you can run integration tests and target a specific file path. The Skill applies to unit, integration, agent, or all tests, allowing you to execute a targeted test file and receive failure analysis and proposed fixes.

What is the best way to generate a test results report with actionable fixes?

Generating an actionable test report involves running the test suite and writing a tiered report to scratch/test_results_latest.md. This report includes pass/fail counts, detailed failure information, and proposed fixes to accelerate debugging.

Does this test analysis tool require any external dependencies?

No, this test analysis tool does not require any external dependencies. It operates independently to execute test suites, diagnose failures, and propose fixes without needing additional components or libraries installed.

Why are my unit tests failing and how do I get proposed fixes?

Unit tests may fail due to logic errors or environment issues. By running the test suite, the Skill analyzes the failures, provides pass/fail counts, and proposes concrete fixes with rationale in a detailed markdown report.