用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/coreos/ai-helpers --skill rhcos-repositories命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rhcos-repositories |
| description | RHCOS GitHub repositories, package definitions, and test locations |
GitHub repositories, package definitions, and test locations for RHEL CoreOS.
Related:
rhcos-build-pipeline,rhcos-versions
| Repository | Purpose | Key Files/Directories |
|---|---|---|
| coreos/fedora-coreos-config | Upstream FCOS manifests (inherited by RHCOS) | manifest.yaml, manifests/, tests/, kola-denylist.yaml |
| coreos/rhel-coreos-config | RHCOS/SCOS config (RHEL-specific packages) | manifest-*.yaml, packages-rhcos.yaml, tests/kola/, kola-denylist.yaml |
| coreos/coreos-assembler | Build tool (cosa) and kola test framework | mantle/kola/ (tests), src/, docs/ |
| coreos/fedora-coreos-pipeline | Jenkins pipeline definitions | jobs/, config.yaml |
| openshift/os | Node image layer (adds OCP packages) | packages-openshift.yaml, Containerfile, tests/kola/, extensions/ |
fedora-coreos-config is a submodule inside rhel-coreos-configrhel-coreos-config produces the base imageopenshift/os builds FROM the base image to create the node imageDefined in rhel-coreos-config:
| File | Purpose |
|---|---|
packages-rhcos.yaml | RHCOS-specific packages |
manifest-*.yaml | Stream-specific manifests (repos, versions) |
packages-overrides.yaml | Package version overrides |
Inherited from fedora-coreos-config:
| File | Purpose |
|---|---|
manifests/*.yaml | Modular package groups |
manifest-lock.*.json | Per-architecture package locks |
Defined in openshift/os:
| File | Purpose |
|---|---|
packages-openshift.yaml | OCP node packages (kubelet, cri-o, oc, etc.) |
extensions/ | Optional extensions (usbguard, etc.) |
Kola tests are distributed across repositories:
| Repository | Test Path | Test Type |
|---|---|---|
fedora-coreos-config | tests/kola/ | FCOS-specific tests |
rhel-coreos-config | tests/kola/ | RHCOS-specific tests |
openshift/os | tests/kola/ | Node image tests |
coreos-assembler | mantle/kola/tests/ | Core kola tests |
Each config repo has a kola-denylist.yaml to skip known-failing tests:
fedora-coreos-config/kola-denylist.yamlrhel-coreos-config/kola-denylist.yamlopenshift/os/kola-denylist.yamlOCP release queries - latest versions, RHCOS images, and RPM package lists
Investigate initramfs issues - extraction, module analysis, and comparing working vs failing builds
Deduplication logic for CI pipeline failures - check Jira for existing tracking with semantic analysis
基于 SOC 职业分类