概要
This skill provides an essential safety layer for Ruby on Rails development by enforcing enterprise-grade coding standards. It guides developers through critical checks for nil-safety, ActiveRecord optimization, SQL injection prevention, and migration integrity before code is finalized. Designed for the implementation phase of the development lifecycle, it helps prevent common bugs like N+1 queries and NoMethodErrors while ensuring the application remains secure, performant, and maintainable under production loads.