From odh-ai-helpers
Manages Konflux applications by listing components and showing their build status, snapshots, and releases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odh-ai-helpers:konflux-application <subcommand> [args]<subcommand> [args]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
odh-ai-helpers:konflux-application
odh-ai-helpers:konflux-application
/konflux:application status <application>
The konflux:application command to manage Konflux application.
This command helps you:
The command performs the following steps:
Prerequisites Check:
oc CLI is installed: which ococ whoamijq CLI is installed: which jqgit CLI is installed: which gitgit remote -vParse Arguments:
application: Application name (required)List components that belong to the application:
kubeclt get component -o yaml | jq '.items[] | select(.spec.application=="{application}")
.spec.application.spec.componentName.spec.source.git.url.status.lastBuiltCommitShow status for each Konflux component:
/konflux:component status {component}
/konflux:application status otel-main
/konflux:component status <component> - Show component status/konflux:component build <components> [--wait <duration>] [--wait-release <duration>] [--nudge] - Trigger component buildnpx claudepluginhub opendatahub-io/skills-registry --plugin odh-ai-helpersManages Konflux components: checks build status, triggers builds, and monitors releases via oc and kubectl.
Manages Kubernetes and OpenShift clusters: operations, troubleshooting, manifest creation, security audits, GitOps with ArgoCD/Flux/Helm, and multi-cloud (AKS, EKS, GKE, ARO, ROSA).
Provides expert guidance on Kubernetes, OpenShift, and OLM: debugging resources like pods/deployments, operator development/troubleshooting, manifest/CRD reviews, and cluster investigations.