بنقرة واحدة
konflux-application
Manage Konflux application
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage Konflux application
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check an ODH module operator repository for contract violations against the platform onboarding guide. Validates PlatformObject status, CRD structure, Helm chart content, webhook ownership, metadata conventions, and reconciler chain ordering. Use during code review or after scaffolding a new module.
Read existing in-tree ODH operator component code and produce a step-by-step extraction checklist for migrating it to a standalone module. Analyzes controller logic, webhooks, RBAC, embedded manifests, and DSC field mappings. Use when extracting a component from the monolithic operator into its own module repo.
Given a component name, generate a complete standalone ODH module operator repository. Produces Go module, CRD types implementing PlatformObject, controller skeleton with reconciler builder pattern, Helm chart, Makefile, CI config, singleton webhook, and AGENTS.md. Use when starting a new module from scratch.
Generate AIPCC Commits style commit messages or summarize existing commits
Hello world plugin implementation
Generate comprehensive sprint summaries by analyzing JIRA sprint data, including issue breakdown, progress metrics, and team performance insights.
| name | konflux-application |
| description | Manage Konflux application |
| argument-hint | <subcommand> [args] |
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 build