CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 28 public AI agent skills for Ruby on Rails development. Organized by category: testing, code-quality, engines, infrastructure, api, and context. Covers code review, architecture, security, testing (RSpec), engines, Hotwire, and TDD automation. Shared Ruby skills (YARD docs, DDD, service objects) have moved to ruby-core-skills. Repository agents remain documented in GitHub but are intentionally excluded from the Tessl tile.

93

1.78x
Quality

95%

Does it follow best practices?

Impact

93%

1.78x

Average score across 28 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

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

Service Testing Checklist

  • Show RED/GREEN proof before implementation:
    • focused command
    • expected RED failure reason
    • focused GREEN rerun
    • broader bundle exec rspec spec/services/ check when available
  • 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