CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/rails-agent-skills

Curated library of 42 public AI agent skills for Ruby on Rails development, plus 5 callable workflow skills. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.

96

Quality

96%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Overview
Quality
Evals
Security
Files

INTEGRATION.mdskills/code-quality/refactor-code/

Refactor Safely Integration Guide

Use this file when you need deeper chaining guidance than the summary table in SKILL.md.

write-tests

Use before any structural change to create characterization tests.

Trigger: You cannot describe which test proves current behavior.

Hand-off artifact: A passing characterization spec that fails if behavior drifts.

review-architecture

Use when refactor findings indicate deeper boundary problems.

Trigger: Repeated leakage across models/controllers/services.

Hand-off artifact: Severity-ranked architecture findings and smallest credible next improvement.

code-review

Use after structural changes are complete and tests are green.

Trigger: You need an external quality pass on safety, readability, and Rails conventions.

Hand-off artifact: Review findings with remediation suggestions ordered by severity.

create-service-object

Use when extraction target is business workflow logic that does not belong in controller/model.

Trigger: Repeated orchestration or transaction flow is embedded in framework classes.

Hand-off artifact: Service object contract (.call), boundary rules, and migration sequence.

skills

code-quality

README.md

tile.json