
from rails-agent-skills19
Strictly orchestrates the Ruby on Rails TDD cycle: Write failing test → Minimal implementation → Verify pass → Quality check.
This skill transforms the agent into a Test-Driven Development (TDD) specialist for Ruby on Rails. It enforces a rigid 'Red-Green-Refactor' workflow with hard gates, ensuring that no implementation code is written until a corresponding test exists and is proven to fail for the correct reason.
Use this skill when building new features in a Rails application where high test coverage and architectural correctness are required. It is ideal for complex feature additions where specs must gate implementation to prevent regression and ensure precise requirement fulfillment.
Designed for agents operating in a Ruby/Rails environment with access to the terminal for running bundle commands (e.g., Claude Code, Codex).
This skill has not been reviewed by our automated audit pipeline yet.
Security Check
Performs a focused security audit of Ruby on Rails applications: auth/authz checks, parameter handling, query safety, output encoding, file handling, and secret
Document Engine
Generate clear, copyable README and guide content for Rails engines—installation, mounting, configuration, usage examples, and migration notes.
Rails Engine Workflow
Example Rails-based agent skill repository: personal configuration of skills for Rails development.