·review-java
</>

review-java

nesnilnehc/ai-cortex

Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list.

7Installs·0Trend·@nesnilnehc

Installation

$npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-java

SKILL.md

Review code in Java for language and runtime conventions only. Do not define scope (diff vs codebase) or perform security/architecture analysis; those are handled by scope and cognitive skills. Emit a findings list in the standard format for aggregation. Focus on concurrency and thread safety, exceptions and try-with-resources, API and version compatibility, collections and Streams, NIO and proper closing, modules...

When to use: When the code under review is Java and the task includes language/runtime quality. Scope is determined by the caller or user.

| Location | path/to/file.ext (optional line or range). | | Category | language-java. | | Severity | critical \| major \| minor \| suggestion. | | Title | Short one-line summary. | | Description | 1–3 sentences. | | Suggestion | Concrete fix or improvement (optional). |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-java
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is review-java?

Review Java code for language and runtime conventions: concurrency, exceptions, try-with-resources, API versioning, collections and Streams, NIO, and testability. Language-only atomic skill; output is a findings list. Source: nesnilnehc/ai-cortex.

How do I install review-java?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nesnilnehc/ai-cortex --skill review-java Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/nesnilnehc/ai-cortex