概要
This skill enhances the Rails development process by implementing a 'check-before-coding' philosophy to eliminate frequent bottlenecks like ViewComponent template mismatches, PostgreSQL grouping errors, and N+1 queries. It provides developers with domain-specific guidance on method exposure, helper delegation, and ActiveRecord query optimization, ensuring that enterprise-grade Rails applications remain stable and maintainable. By integrating these quality gates into the development workflow, Claude can assist in catching 'undefined method' or 'missing template' errors before they ever reach a staging environment.