CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 39 AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Includes 5 callable workflow skills (rails-tdd-loop, rails-review-flow, rails-setup-flow, rails-quality-flow, rails-engines-flow) for complete development cycles. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.

95

1.20x
Quality

98%

Does it follow best practices?

Impact

95%

1.20x

Average score across 35 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

testing_checklist.mdskills/testing/rspec-service-testing/assets/

Service Testing Checklist

  • Write unit tests for service public API (.call)
  • Verify error shapes for failures (result[:success] == false)
  • Use doubles for network/3rd-party calls and assert they were invoked correctly
  • Add integration specs for background job orchestration when relevant
  • Ensure time-dependent code uses travel_to in specs
  • Use perform_enqueued_jobs and have_enqueued_job matchers for job assertions
  • Keep tests focused and fast; avoid full-stack integration when unit suffices

skills

README.md

tile.json