What problem does it solve?
This Skill removes build-system blockers that prevent a JADE migration from starting, by checking whether the project can compile at the target Java version and applying the smallest safe build-only fixes.
Core Features & Use Cases
- Build compatibility audit: Detects Ant, Maven, or Gradle build files and checks compiler settings against the target Java version.
- Safe automated fixes: Updates only minimal, reversible build configuration such as source and target flags, then verifies the result.
- Dependency risk detection: Flags Java 11+ compatibility problems like removed JAXB or CORBA dependencies before source migration begins.
- Gate enforcement: Produces audit artifacts and stops the migration pipeline when the build cannot be made ready.
- Use case: Use this Skill when a legacy Java project must be prepared for migration and the first requirement is proving that the build passes cleanly at the destination runtime.
Quick Start
Ask the skill to inspect the workspace build files, apply safe compatibility fixes, and verify that the build passes for the target Java version.