com um clique
helm-upstream
Check latest Helm releases for issues and fixes applicable to jhelm
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Check latest Helm releases for issues and fixes applicable to jhelm
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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 | helm-upstream |
| description | Check latest Helm releases for issues and fixes applicable to jhelm |
| argument-hint | ["number of releases to check","default 4"] |
| allowed-tools | Bash(gh *), Read, Glob, Grep, WebSearch, WebFetch |
Check the latest Helm releases for closed issues, security fixes, and bug fixes that may be applicable to jhelm.
$ARGUMENTS if specified):gh release list -R helm/helm --limit ${ARGUMENTS:-4}
gh release view <tag> -R helm/helm
gh issue list -R helm/helm --state closed --limit 50 --json number,title,labels,closedAt,body
Cross-reference with jhelm — for each issue, determine if it applies:
Categorize findings:
| Issue | Severity | Description | jhelm Status | Action |
|---|---|---|---|---|
| # | Security/Bug/Feature | Summary | Affected/Safe/N/A | Create issue / No action |
For each APPLICABLE finding, suggest whether to create a GitHub issue.