What problem does it solve?
This Skill provides a targeted, language-focused assessment of Java source code to verify conformance with Java language and runtime conventions, surfacing findings on concurrency, resource management, exceptions, API compatibility, collections/streams, NIO, and testability.
Core Features & Use Cases
- Class-wide conformance check across Java dimensions including concurrency, exceptions, resources, API/JPMS compatibility, collections and streams, NIO, and testability.
- Output findings with precise file locations to facilitate incremental reviews and integration into broader QA workflows.
- Scope-driven analysis: reviews are performed only on the provided code scope; avoidance of security or architectural analysis unless explicitly requested.
Quick Start
Provide the Java code scope (files or directories) to review, and I will return a findings list focused on language and runtime quality.