What problem does it solve? Code reviews on Java Spring Boot projects are often inconsistent, with reviewers missing security flaws or architectural violations while nitpicking style. This Skill provides a structured, priority-ordered review process so critical issues are caught first and feedback is actionable. ## Core Features & Use Cases - Prioritized Review Checklists: Four tiers covering security (input validation, SQL injection, OAuth2/JWT), DDD/CQRS architectural compliance, SOLID/clean code principles, and testing with JUnit 5, Mockito, and TestContainers. - Standardized Output Format: Produces a review summary with severity ratings, critical issues with file:line references, suggestions, and positive observations. - Anti-Pattern Detection: Flags common violations such as domain logic in validators, N+1 queries, magic numbers, and methods over 30 lines. - Use Case: A reviewer receives a pull request touching Spring Boot controllers and JPA entities; the Skill walks them through security checks first, then architecture and quality, producing a structured review comment ready to post. ## Quick Start Review the changed files in this pull request using the code review checklist and produce a prioritized findings summary.