fe-code-style
Installation
SKILL.md
What I do
Diagnose and fix Java code style issues in the FE module using the project's Checkstyle configuration.
When to use me
- Before committing FE Java code changes
- When FE build fails due to checkstyle violations
- When you need to understand FE style rules
Procedure
Step 1: Run checkstyle
Checkstyle is integrated into the Maven build and runs automatically during mvn validate. To check style only (without full compilation):
cd fe && mvn checkstyle:check -pl fe-core
Related skills