From turboshovel
If you're reading this, the plugin is working. This command triggered the `SessionStart` hook.
npx claudepluginhub tobyhede/turboshovel --plugin turboshovel# Turboshovel Plugin Test If you're reading this, the plugin is working. This command triggered the `SessionStart` hook. ## Verify in Logs Check the turboshovel log to confirm: You should see a `SessionStart` entry from when this session started. ## Quick Checks | Check | How | |-------|-----| | Plugin loaded | Run `/plugin` - no turboshovel errors | | Hooks firing | Check logs for `HOOK_INVOKED` entries | | Gates config | `cat .claude/gates.json` | ## Troubleshooting | Symptom | Fix | |---------|-----| | Plugin errors | Check `~/.claude/debug/latest` | | No log entries | Ensure `...
/testRuns pytest tests for CLI harness on local path or GitHub repo, verifies CLI resolution, and updates TEST.md with results if all pass.
/testRuns TDD workflow: write failing tests for features or bugs (Prove-It pattern), implement to pass, verify with full suite, refactor. Supports browser DevTools verification.
/testExecutes unit, integration, or e2e tests with coverage analysis, quality metrics, failure diagnostics, and optional watch mode or auto-fixes.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.
/testLaunches Chrome for manual UI testing at given URL, monitors console errors during interaction, generates report with screenshots and logs on completion.
/testInvokes the testing-coach agent to provide guidance on screen reader, keyboard navigation, and automated testing for the given request.
If you're reading this, the plugin is working. This command triggered the SessionStart hook.
Check the turboshovel log to confirm:
# Tail logs (in a separate terminal)
mise run logs
# or: tail -f ~/.turboshovel/turboshovel.log
You should see a SessionStart entry from when this session started.
| Check | How |
|---|---|
| Plugin loaded | Run /plugin - no turboshovel errors |
| Hooks firing | Check logs for HOOK_INVOKED entries |
| Gates config | cat .claude/gates.json |
| Symptom | Fix |
|---|---|
| Plugin errors | Check ~/.claude/debug/latest |
| No log entries | Ensure TURBOSHOVEL_LOG is not set to 0 |
| Gates not firing | Create .claude/gates.json |