用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/opendatahub-io/ai-helpers --skill konflux-application命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when you need to evaluate CodeRabbit PR comments and fix or reply
Use this skill to write unit tests that strictly conform to the project's existing testing structure, patterns, and style by learning from similar tests before writing anything new.
Review an Architectural Decision Record (ADR) using a team of six specialist reviewer subagents and produce a consolidated report as both PDF and PPTX slide deck. Use this skill whenever the user asks to review, critique, audit, or get feedback on an ADR, architecture decision, design doc, or RFC — whether the input is a Markdown file, a .docx document, or pasted text. Trigger even if the user does not explicitly say "ADR"; phrases like "review this architecture decision", "critique this design doc", or "run the reviewer panel on this" should also invoke this skill.
正在显示 SKILL.md
| 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