소스 정보
- 저장소
- coreos/ai-helpers
- 최근 소스 활동
- 2026년 4월 27일 19:55
- 감지된 SKILL.md 언어
- 영어
- 스타
- 7
- 포크
- 4
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/coreos/ai-helpers --skill rhcos-repositories명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
OCP 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 직업 분류 기준
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.yaml