一键导入
hey-codex
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | hey-codex |
| description | 별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다. |
원본 hey-codex는 Claude에서 Codex를 부르는 스킬이었고, 여기서는 현재 세션과 분리된 Codex CLI 실행으로 재해석합니다.
scripts/preflight.sh로 Codex CLI 사용 가능 여부를 확인한다.mode-detection.md로 read/review/suggest/write 모드를 정한다.process-output.sh와 diff/snapshot으로 결과를 재검토한다.references/mode-detection.mdreferences/output-handling.mdscripts/preflight.shscripts/process-output.shscripts/snapshot-diff.shscripts/preflight.sh로 codex CLI 설치 여부를 확인한다.mode-detection.md 기준으로 read / review / suggest / write를 판별한다.scripts/process-output.sh로 정리한다.../../../docs/review-harness.mdprocess-output.sh, diff, 스냅샷 비교로 결과를 재검토한다write 모드에서는 변경 diff와 안전장치 결과를 검토한 뒤에만 수용한다pass면 결과 요약 전달, refine이면 prompt/모드 수정 후 재실행, critical이면 write 결과 수용 중단, escalate면 부모 세션이 직접 검토한다Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
Use this skill when the user explicitly wants a goal-directed research loop that keeps proposing, testing, logging, and refining ideas toward a stated objective across repeated iterations or autonomous runs. Do not use it for one-shot summaries or when no evaluation signal can be defined.
Codex instruction 구조의 밀도와 건강도를 감사합니다. AGENTS.md 길이, 계층 깊이, 중복 규칙, 커버리지 부족을 찾을 때 사용합니다.
Use this skill when the user wants to audit a Codex skill or skill repository for official structure compliance, discovery readiness, frontmatter quality, oversized SKILL bodies, stale `agents/openai.yaml`, duplicate skill names, or missing repo-level AGENTS guidance.
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
Apple 플랫폼 관점의 코드·PR 리뷰를 수행합니다. Swift/SwiftUI/UIKit/AppKit 코드의 정확성, API 사용, 빌드 위험, 테스트 누락을 점검할 때 사용합니다.