From claude-code-hermit
Runs all hermit plugin test suites via unified bash script and reports concise pass/fail summary with failing test names and errors if any.
npx claudepluginhub gtapps/claude-code-hermit --plugin claude-code-homeassistant-hermitThis skill uses the workspace's default tool permissions.
Run all hermit test suites and report a concise pass/fail summary.
Runs test suites for RSpec, Minitest, Jest/Vitest, pytest, and Go tests, returning structured pass/fail results with failure details. Supports scoped runs by directory, file, or test name pattern.
Share bugs, ideas, or general feedback.
Run all hermit test suites and report a concise pass/fail summary.
Run all suites via the unified entry point:
bash ${CLAUDE_PLUGIN_ROOT}/tests/run-all.sh 2>&1
Report results:
Ran N tests — OK and === Results: N passed, 0 failed ===)All tests passed. or X test(s) failed — see above.