Verify Spring Boot project upgrade readiness including dependencies, configuration, and migration compatibility
Analyzes your Spring Boot project for upgrade readiness, checking dependencies, configuration, and test setup for compatibility issues. Use this before upgrading to identify critical fixes and migration steps.
/plugin marketplace add joaquimscosta/arkhe-claude-plugins/plugin install spring-boot@arkhe-claude-pluginsAnalyze the current Spring Boot project and generate a comprehensive verification report.
Generate a verification report with:
| Category | What to Check |
|---|---|
| Dependencies | Jackson namespace, Undertow removal, javax to jakarta |
| Security | Lambda DSL migration, requestMatchers, authorizeHttpRequests |
| Testing | @MockitoBean instead of @MockBean |
| Actuator | Endpoint exposure limits, sampling rates |
Invoke the Skill tool with skill name "spring-boot:spring-boot-verify" and arguments: $ARGUMENTS
The skill will handle build system detection, dependency analysis, configuration validation, and report generation.
For detailed documentation, see spring-boot/skills/spring-boot-verify/SKILL.md.