What problem does it solve?
This Skill addresses the challenge of tracking and understanding the progress of migrating a legacy application (MVC) to a modern tech stack (Angular SPA + ASP.NET Core API). It provides a clear overview of which parts of the application have been successfully updated, are partially done, or have not yet been started.
Core Features & Use Cases
- Comprehensive Auditing: Analyzes controllers, views, API endpoints, and frontend routes to determine migration status.
- Status Categorization: Classifies entities into 'Migrated', 'Partial', 'Not Started', or 'New Only'.
- Prioritization: Assesses migration priority based on business criticality, dependencies, and complexity.
- Actionable Recommendations: Suggests quick wins, identifies critical dependencies, and highlights complex migrations.
- Use Case: A development team lead can use this skill to quickly generate a report on the overall migration status of the Neptune application, identify immediate tasks, and plan future sprints effectively.
Quick Start
Run the check-migration-status skill to audit the migration progress from legacy MVC to Angular SPA.