code-style-reviewer

Review Java code for aIk-coding-style naming, comments, formatting, and Lombok usage.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/arrowInkneeeee/AikSteinsGrimoire --skill code-style-reviewer-arrowinkneeeee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-style-reviewer
Source: https://github.com/arrowInkneeeee/AikSteinsGrimoire/tree/main/aik-skills-lab/code-style-reviewer
Command: npx skills add https://github.com/arrowInkneeeee/AikSteinsGrimoire --skill code-style-reviewer-arrowinkneeeee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aIk-coding-style, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers maintain high code quality and consistency by enforcing the aIk-coding-style standards.

Core Features & Use Cases

  • Code Style Enforcement: Enforces naming conventions, comment standards, and code formatting.
  • Lombok Usage: Validates the correct application of Lombok annotations in PO, DTO, VO, and Service classes.
  • Import and Naming Conventions: Checks for proper import ordering, naming, and usage of static imports.
  • Use Case: Use this Skill to review your codebase and ensure it adheres to the aIk-coding-style standards, improving maintainability and readability.

Quick Start

Run the code-style-reviewer skill on your codebase to automatically check for adherence to aIk-coding-style standards.

Frequently Asked Questions about code-style-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review Java code for adherence to aIk-coding-style standards?

To review Java code for aIk-coding-style adherence, run the code-style-reviewer on your codebase to automatically check class, method, variable naming, comments, formatting, Javadoc, and Lombok conventions.

Can I use this skill to validate Lombok usage in Java DTO and PO classes?

Yes, you can validate Lombok usage in Java PO, DTO, VO, and Service classes. The review checks for the correct application of Lombok annotations to ensure consistency and readability.

What is the best way to enforce Java import ordering and static import conventions?

The best way to enforce Java import conventions is by running an automated review that checks for proper import ordering, naming, and usage of static imports against the aIk-coding-style standards.

Do I need Lombok installed to check my Java code formatting and Javadoc requirements?

Yes, Lombok is a required dependency alongside Java. The review process requires both to accurately validate code formatting, Javadoc requirements, and Lombok annotation usage.

Why does my code style review fail for class and constant naming in Java?

Your code style review fails because it checks for strict adherence to specific class, method, variable, and constant naming conventions defined within the aIk-coding-style standards.

What does aIk-coding-style enforcement check for in a Java codebase?

aIk-coding-style enforcement checks for proper naming conventions, comment standards, code formatting, Javadoc requirements, import ordering, and correct Lombok annotation application.