What problem does it solve?
This Skill helps you perform consistent, production-grade reviews of Kotlin/Spring Boot pull requests so architectural violations, missing tests, and security flaws don’t slip into main.
Core Features & Use Cases
- Architecture boundary enforcement: Ensures controllers/services/adapters follow clear responsibility rules and blocks boundary-breaking changes.
- Kotlin correctness & idiom checks: Flags problematic patterns (null handling, mutability, logging, coroutine misuse) and recommends idiomatic replacements.
- Testing, observability, and security gatekeeping: Verifies required test coverage, confirms metrics/logging conventions, and escalates security issues as blockers.
- Use case: Review a PR that changes payment-related logic and touches controller/service/client/repository code, and get a structured phased review plus an explicit merge verdict.
Quick Start
Ask an AI to review your Kotlin/Spring Boot PR diff using the kotlin-reviewer skill and to produce a five-phase report ending with an approve or request-changes verdict.