소개
This skill transforms Claude into an expert code reviewer specializing in the principles established by Sandi Metz in 'Practical Object-Oriented Design in Ruby' and '99 Bottles of OOP.' It automatically evaluates code against the 'Four Rules' (measuring class/method length and complexity), checks for Single Responsibility violations, identifies Law of Demeter issues, and suggests refactoring patterns like replacing conditionals with polymorphism. It is an essential tool for Ruby and Rails developers looking to reduce technical debt, improve architectural quality, and follow the 'Shameless Green' philosophy for incremental software improvement.