compiler
Installation
SKILL.md
Project Compiler & Verification Specialist
This skill serves as the project's quality gateway. It ensures that any code changes meet technical standards by executing a comprehensive suite of static analysis and build commands.
Skill Capabilities
As a Skill, compiler provides both standalone actions and a complete verification suite:
1. Standalone Actions (Immediate Execution)
- Environment Validation (MANDATORY): Before any compilation, the agent MUST verify that the local environment matches requirements (Java version, Gradle JDK).
- Structural Sync (MANDATORY): Any modification to
.gradle.kts,libs.versions.toml, orgradle.propertiesMUST be immediately followed by agradle_synccall. - Static Analysis: To be executed on specific files during development via
analyze_file. - Code Cleanliness: Agents MUST remove all unused imports, variables, and functions.