# Test

> Run Ruby and/or Go tests. Pass a file path to run a specific test, or no args to run all. Use when this capability is needed.

- Skill: `tomevault-io/test-18` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/test-18`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/test-18/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/test-18

---


# Test Runner

Run tests for Proscenium.

## Usage

- `/test` — Run all Ruby and Go tests
- `/test test/builder_test.rb` — Run a specific Ruby test file
- `/test test/builder_test.rb -n test_method_name` — Run a specific Ruby test method
- `/test test/builder_test.rb:10` — Run a specific Ruby test at line number
- `/test ./test -run TestBuild` — Run specific Go tests

## Steps

1. Determine what to run based on arguments:
   - **No args**: Run both Go and Ruby tests
   - **`.rb` file or Ruby-style args**: Run Ruby tests
   - **Go path/pattern**: Run Go tests
2. For Ruby tests, compile the Go binary first: `bundle exec rake compile:local`
3. Run the appropriate command:
   - **Ruby**: `bundle exec rails test <args>`
   - **Go**: `go test <args>`
4. Report results

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/joelmoss) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

