rails-engine-reviewer

Installation
SKILL.md

Rails Engine Reviewer

Use this skill when the task is to review an existing Rails engine or propose improvements.

Prioritize architectural risks over style comments. The main review targets are coupling, unclear host contracts, unsafe initialization, and weak integration coverage.

Quick Reference

Review Area Key Checks
Namespace isolate_namespace used; clear boundaries; no host constant leakage
Host integration Configuration seams, adapters; no direct host model access
Init No side effects at load time; reload-safe hooks in config.to_prepare
Migrations Documented, copied via generator; no implicit or destructive steps
Dummy app Present in spec/; used for integration tests; exercises real mount and config

Review Order

Installs
1
GitHub Stars
19
First Seen
Mar 29, 2026
rails-engine-reviewer — igmarin/rails-agent-skills