Acerca de
The Sorbet RBI Generator skill automates the creation of Sorbet interface files (.rbi) by analyzing Ruby source code, including dynamic methods, DSLs, and metaprogramming patterns. It is specifically designed for scenarios where you cannot or should not modify the original Ruby source, such as when working with legacy codebases, third-party gems, or generated code. By enforcing a strict typing policy that eliminates 'T.untyped' and 'T.unsafe', this skill helps developers implement robust static analysis and catch type-related bugs early in the development lifecycle.