بنقرة واحدة
architecture
jhelm project architecture and module structure for a Java Helm implementation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
jhelm project architecture and module structure for a Java Helm implementation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
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.
Check JaCoCo code coverage for jhelm modules
| name | architecture |
| description | jhelm project architecture and module structure for a Java Helm implementation |
| user-invocable | false |
Java 21 | Spring Boot 4.0.2 | Kubernetes Client 25.0.0 | Picocli 4.7.6
jhelm (parent)
├── jhelm-gotemplate — Go template engine (standalone, no Spring)
├── jhelm-core — Helm logic, charts, actions (depends on: gotemplate)
├── jhelm-kube — Kubernetes client integration (depends on: core)
└── jhelm-cli — CLI, Spring Boot + Picocli (depends on: core, kube)
jhelm-gotemplate)GoTemplate, GoTemplateFactory, Functionsjhelm-core)Engine.java — Orchestrates template processingChart.java — Represents Helm charts with metadata and templatesRepoManager.java — Manages chart repositoriesGoTemplateFactory per render to avoid template accumulationjhelm-kube)HelmKubeService — Kubernetes resource deploymentjhelm-cli)