java-code-review

Review Java code against architectural and coding standards for the Banco Service application.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Exar-lab/Bank-project --skill java-code-review-exar-lab
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: java-code-review
Source: https://github.com/Exar-lab/Bank-project/tree/main/.agents/skills/java-code-review
Command: npx skills add https://github.com/Exar-lab/Bank-project --skill java-code-review-exar-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a thorough code review checklist and testing patterns to maintain high-quality code in the Banco Service application.

Core Features & Use Cases

  • Code Review Checklist: Offers a comprehensive checklist for reviewing PRs and self-reviewing code, ensuring adherence to best practices.
  • Testing Patterns: Provides layer-specific testing patterns for domain, application, presentation, and infrastructure layers.
  • Use Case: When reviewing a pull request or writing tests, use this Skill to ensure the code meets the necessary quality and standard criteria.

Quick Start

Utilize the java-code-review skill to review the changes in the latest PR for the 'account' feature.

Frequently Asked Questions about java-code-review

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

FAQPage Schema
How do I conduct a Java code review for a service application?▼

To conduct a Java code review, this Skill enforces architectural and coding standards using a comprehensive checklist, checking for common anti-patterns and ensuring adherence to best practices across the application.

What testing patterns should I use for different layers in Java development?▼

For Java testing patterns, this Skill provides layer-specific guidance for domain, application, presentation, and infrastructure layers, ensuring your unit, integration, and presentation layer tests meet quality criteria.

Can I use this code review checklist for self-reviewing my own pull requests?▼

Yes, you can use the code review checklist for self-reviewing pull requests. It provides a comprehensive checklist to ensure your Java code meets necessary quality and standard criteria before merging.

What's the best way to check for anti-patterns in Java code?▼

The best way to check for anti-patterns in Java code is to apply this Skill's review checklist, which enforces best practices and ensures code quality by identifying and preventing common architectural anti-patterns.

When do I need to enforce architectural standards during Java development?▼

You need to enforce architectural standards during Java development when reviewing pull requests or writing tests, ensuring the Banco Service application maintains high-quality code and proper layer-specific structural integrity.