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

release_checklist.mdskills/engines/rails-engine-release/assets/

Engine Release Checklist (detailed)

This checklist ensures a safe, repeatable release for a Rails engine gem.

  • Update version constant (lib/<engine>/version.rb) and commit on a release branch
  • Update CHANGELOG.md with user-facing changes (Keep entries short and factual)
  • Run full test suite for the engine and host integration (dummy app)
  • Run tessl tile lint locally to catch packaging issues
  • Verify dummy app boots and mounts the engine
  • Ensure migrations are namespaced and reversible; run migration smoke tests in dummy app
  • Build gem locally: bundle exec rake build and test gem install into a sandboxed project
  • Validate gemspec: required metadata, licenses, files included/excluded
  • Run any packaging CI checks (e.g., RubyGems credentials, signing)
  • Tag release (annotated tag) and push tag to repo
  • Publish gem to Rubygems or private registry; verify package appears
  • Update README with installation/mount instructions and initializer notes
  • Close release PR and merge back to main; ensure changelog and version are correct

Notes: prefer semantic versioning. For breaking changes, follow Major version bump and document migration notes in CHANGELOG.

skills

README.md

tile.json