rails-test-helper
Installation
SKILL.md
Rails Test Helper
Expert guidance for writing effective RSpec tests in Ruby on Rails applications.
Running Tests with the Workflow Tool
When the user asks to run the test suite (or a portion of it), use the Workflow tool to fan out RSpec execution across multiple agents in parallel — one per spec type. This dramatically reduces wall-clock time.
How to trigger
Use the Workflow tool when the user says:
- "run the tests", "run specs", "run the test suite"
- "run all tests", "check if tests pass"
- "run model/request/service specs"