بنقرة واحدة
test
Run tests for the jhelm project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run tests for the jhelm project
التثبيت باستخدام 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
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.
| name | test |
| description | Run tests for the jhelm project |
Run tests based on the provided arguments.
./mvnw test
/test jhelm-core)./mvnw test -pl $0
/test jhelm-core KpsComparisonTest)./mvnw test -Dtest=$1 -pl $0
/test jhelm-core KpsComparisonTest#testSimpleRendering)./mvnw test -Dtest=$1 -pl $0
GoTemplateStandardTest — Template engine behavior (jhelm-gotemplate)TemplateTest — Template rendering (jhelm-gotemplate)KpsComparisonTest — Comparison with native Helm output (jhelm-core)Helm4FunctionsTest — Helm 4 function support (jhelm-gotemplate)Report test results clearly. On failure, show the failing test name, assertion message, and relevant stack trace.