Migrate Operations Comprehensive migration skill covering framework upgrades, language version bumps, dependency auditing, breaking change detection, codemods, and rollback strategies. Migration Strategy Decision Tree Framework Upgrade Decision Tree Dependency Audit Workflow Pre-Migration Checklist Breaking Change Detection Patterns Codemod Quick Reference | Ecosystem | Tool | Command | Use Case | |-----------|------|---------|----------| | JS/TS | jscodeshift | | Custom AST transforms | | JS/TS | ast-grep | | Structural find/replace | | React | react-codemod | | React version upgrades | | Ne…