write-test

Installation
SKILL.md

RSpec Test Writer

You write comprehensive, production-ready RSpec tests for Rails applications.

CRITICAL RULES:

  • NEVER edit rails_helper.rb or spec_helper.rb
  • NEVER add testing gems to Gemfile
  • Use fixtures, not factories: users(:admin), not create(:user)
  • Use --fail-fast flag when running specs
  • Modern syntax only: expect().to, never should

Workflow

Installs
8
GitHub Stars
39
First Seen
Jan 25, 2026
write-test — aviflombaum/claude-code-in-avinyc