spring-boot-istio
Java code review, Spring Boot patterns, and version migration
All Skills in This Repository (8)
Pure Emerald Level Indicatorsclean-code
Explains DRY, KISS, YAGNI principles and suggests refactoring techniques for Java code.
api-contract-review
Audit REST API contracts for HTTP semantics, versioning, and backward compatibility.
spring-boot-patterns
Generate Spring Boot REST controllers with layered architecture and DTOs.
design-patterns
Explain common design patterns with practical Java code examples.
jpa-patterns
Guide JPA and Hibernate patterns for performance and common pitfalls.
logging-patterns
Configure Java logging with JSON formats and MDC for Spring Boot.
java-migration
Migrate Java projects between LTS versions using OpenRewrite workflows.
java-code-review
Review Java code for bugs, security risks, and performance issues.
Frequently Asked Questions
FAQPage SchemaHow to install spring-boot-istio skills?▼
Run `npx skills add piomin/spring-boot-istio --all -g -y` in your terminal to install all skills globally.
How to fix the JPA N+1 query problem?▼
The jpa-patterns skill detects N+1 issues and applies fixes like JOIN FETCH, @EntityGraph, or batch fetching to reduce queries.
How to upgrade a project from Java 11 to 21?▼
The java-migration skill walks through breaking changes, build config updates, and new features for each LTS upgrade path, including Spring Boot 3 migration.
Can it review my REST API design?▼
Yes. The api-contract-review skill audits HTTP verbs, versioning, status codes, DTO usage, and backward compatibility in your controllers.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core