.agents/skills/hey-codex/SKILL.md
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.
npx skillsauth add oozoofrog/codex-skills-project hey-codexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
원본 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면 부모 세션이 직접 검토한다tools
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
tools
macOS 앱/CLI 릴리스 작업을 자동화하거나 가이드합니다. 버전 범프, Release 빌드, DMG/ZIP, GitHub Release, Homebrew 배포가 필요할 때 사용합니다.
development
Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
research
외부 GPT 또는 deep research 워크플로우로 넘길 구조화 프롬프트를 만듭니다. 모듈/아키텍처/이슈 단위로 맥락을 추출해 붙여넣기 가능한 리서치 요청을 만들 때 사용합니다.