audit_nuxt_migration
Audits codebases for Nuxt 2 to 4 migration issues, detecting legacy patterns like Options API, Vuex, SCSS, RxJS, and mixins to identify blocking problems.
Instructions
Audit source codebase for Nuxt 2 to Nuxt 4 migration issues. Detects Options API, Vuex, SCSS, RxJS, mixins, and other legacy patterns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Optional module path to audit (e.g., "deals", "tickets") | |
| configPath | No | Optional path to config file with MIGRATION_SOURCE_PATH |