Skip to content

Add Java-Helidon skill for Helidon 4 best practices#2306

Open
thesurenk wants to merge 1 commit into
github:mainfrom
thesurenk:add-skill-copilot-java-helidon
Open

Add Java-Helidon skill for Helidon 4 best practices#2306
thesurenk wants to merge 1 commit into
github:mainfrom
thesurenk:add-skill-copilot-java-helidon

Conversation

@thesurenk

Copy link
Copy Markdown

Add skill: java-helidon

Helidon 4 best practices for Java 21+ projects covering both Helidon SE and Helidon MP.

Scope:

  • Helidon 3 → 4 API migration table (common compile errors in generated code)
  • HTTP routing, service layer, and data access patterns (DB Client + JPA)
  • Project setup, SE vs MP model selection, Jakarta namespace
  • Helidon SE: HttpService routing, explicit composition, virtual threads
  • Helidon MP: CDI scopes, Jakarta REST resources, normal-scoped bean proxying
  • Configuration (Helidon Config / MicroProfile Config), secrets
  • Web layer: DTOs, validation, status codes, error handling
  • Service layer: transactions, entity/API model separation
  • Data layer: DB Client with parameterized statements, JPA, column accessors
  • Configuration, testing, observability, logging, and security
  • Runnable code examples for SE and MP
  • Observability, logging, testing, security

Validation:
npm run skill:validate ✅ ·
npm start ✅ ·
vally lint ✅

Screenshot-Add-Java-Helidon-Skill-Eval

Add a skill covering Helidon SE and MP patterns, Helidon 3 to 4 API migration guidance, and examples for HTTP, service, data, testing, security and observability in Java 21+ projects.
@thesurenk
thesurenk requested a review from aaronpowell as a code owner July 15, 2026 21:40
@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels Jul 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Jul 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 1
ℹ️ Info 0
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)<br />`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@thesurenk

Copy link
Copy Markdown
Author

@all-contributors add @thesurenk for skills

@allcontributors

Copy link
Copy Markdown
Contributor

@thesurenk

I couldn't determine any contributions to add, did you specify any contributions?
Please make sure to use valid contribution names.

@github-actions

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ npm warn EBADENGINE Unsupported engine {
ℹ️ npm warn EBADENGINE package: 'commander@15.0.0',
ℹ️ npm warn EBADENGINE required: { node: '>=22.12.0' },
ℹ️ npm warn EBADENGINE current: { node: 'v20.20.2', npm: '10.8.2' }
ℹ️ npm warn EBADENGINE }
ℹ️ npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
ℹ️ ✅ java-helidon (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
Full linter output
### Linting skills/java-helidon
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'commander@15.0.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.20.2', npm: '10.8.2' }
npm warn EBADENGINE }
npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
✅ java-helidon (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant