test-run

Run hermit test suites and report pass/fail summaries.

69|12|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/gtapps/claude-code-hermit --skill test-run-gtapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-run
Source: https://github.com/gtapps/claude-code-hermit/tree/main/plugins/claude-code-hermit/skills/test-run
Command: npx skills add https://github.com/gtapps/claude-code-hermit --skill test-run-gtapps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically run all hermit test suites and produce a concise pass/fail summary to validate plugin health before deployment.

Core Features & Use Cases

  • One-click test execution: trigger all hermit tests with a single command and get a clear pass/fail overview.
  • Detailed failure visibility: when tests fail, surface failing test names and their error output for quick triage.
  • CI-ready reporting: integrates easily with CI pipelines to enforce code quality gates for the claude-code-hermit plugin.

Quick Start

Trigger the test-run command to execute all hermit test suites and generate a pass/fail report.

Frequently Asked Questions about test-run

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

FAQPage Schema
How do I run all hermit test suites and get a pass/fail summary?

You can automate running hermit tests by triggering a single command that executes all test suites via tests/run-all.sh. It outputs a concise pass/fail summary, showing final status lines like Ran N tests — OK for quick validation.

Does this test automation skill work with claude-code-hermit plugins in CI pipelines?

Yes, this test automation integrates easily with CI pipelines to enforce code quality gates for claude-code-hermit plugins. It validates plugin health by running all hermit test suites and reporting a pass/fail status before deployment.

What happens when hermit tests fail during the automated run?

When hermit tests fail, the automated run surfaces detailed failure visibility by showing the failing test names and their error output. This allows for quick triage and debugging of the claude-code-hermit plugin issues.

Do I need a specific test runner script to execute hermit tests automatically?

You need the project's tests/run-all.sh script to execute hermit tests automatically. The automation relies on this script to run all suites and output the final summary results.

Why should I use automated hermit test execution over manual testing?

Automated hermit test execution provides one-click validation of all test suites with a clear pass/fail overview, whereas manual testing lacks detailed failure visibility and CI-ready reporting for enforcing code quality gates.