About
Analyzes method implementations across Pharo Smalltalk class hierarchies to provide deep insights into a codebase. This skill helps developers trace how abstract methods are implemented in subclasses, discover idiomatic coding patterns, assess the impact of changing a method's signature, and identify refactoring opportunities by finding duplicate code. It is essential for anyone needing to understand, maintain, or extend an existing Smalltalk system by answering questions like "Who implements this method?" or "How is this pattern implemented across the system?".