Writes Minitest tests with fixtures following 37signals conventions. Uses Minitest (not RSpec) and fixtures (not factories). Use when writing tests, adding test coverage, or creating fixtures. WHEN NOT: For RSpec or FactoryBot patterns (this project uses Minitest + fixtures exclusively). For test configuration/CI setup (see project docs).
$npx -y skills add dilolabs/nosia --skill testing-patternsInstalls into the current project.
Run `npx skills use "https://github.com/dilolabs/nosia" --skill "dilolabs/nosia/testing-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dilolabs/nosia" that are relevant to the current task. Run `npx skills add "https://github.com/dilolabs/nosia"` and select the relevant skills, then follow their instructions.