ワンクリックで
mvn-build
Build the jhelm project with Maven
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build the jhelm project with Maven
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Check and fix Checkstyle violations in jhelm modules
jhelm project coding standards and conventions for Java 21 with Lombok and Maven
Implement a GitHub issue with branch and pull request workflow
Auto-format, fix violations, and run Maven validate (PMD + Checkstyle) in one step
jhelm project architecture and module structure for a Java Helm implementation
Code review automation for Java, TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.
SOC 職業分類に基づく
| name | mvn-build |
| description | Build the jhelm project with Maven |
| argument-hint | ["module"] |
| allowed-tools | Bash(./mvnw *) |
Run the Maven build for the project. If an argument is provided, build only that module.
./mvnw clean install
./mvnw clean install -pl $ARGUMENTS
jhelm-gotemplate — Go template enginejhelm-core — Core Helm logicjhelm-kube — Kubernetes integrationjhelm-cli — CLI applicationRun the appropriate build command. Report any compilation errors or test failures clearly.