About
The Analyzer skill is a specialized tool for legacy code modernization and cross-platform migration. It extracts pure business logic from a source codebase and transforms it into a standardized, language-agnostic Intermediate Representation (IR). By stripping away language-specific syntax and infrastructure noise, the skill focuses on control flows, data transformations, and domain rules. This produces a high-fidelity, reconstruction-grade blueprint that developers can use to rebuild applications in any target runtime—such as moving from Python to Go or Java to Rust—ensuring that critical behavioral nuances and edge cases are preserved without being biased toward a specific implementation.