Analyze Ruby files using the Prism AST parser. Use when exploring unfamiliar Ruby files, understanding class/module structure, analyzing method signatures, or getting a file overview before making changes. Extracts outlines, method bodies, inheritance, mixins, and Rails patterns (associations, validations, callbacks, scopes).
2026-02-10