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

PITFALLS.mdskills/code-quality/rails-security-review/

Rails Security Review — Pitfalls

PitfallReality
"Only internal users access this"Internal tools get compromised — apply the same standards
permit! "just for now"It will ship. Whitelist from day one
"Rails handles CSRF automatically"Only if protect_from_forgery is active and tokens are verified
String interpolation in SQLSQL injection — always use parameterized queries
html_safe on user contentXSS — only call on developer-controlled strings
Secrets in committed filesUse encrypted credentials. Rotate immediately if exposed
No authorization before destructive actionsAlways check permissions, even for internal routes
Background job inputs not validatedJobs are entry points — validate inputs like a controller

skills

code-quality

rails-security-review

README.md

tile.json