Agent skill · Code Review & Quality

codex-orchestration

OpenAI Codex CLI + Claude Code (Hizir) birlikte kullanim rehberi. Is dagitim pattern'leri, GitHub Actions workflow ornekleri, review dongusu ve iki AI yazilim asistaninin guclu yanlarini birlestiren orchestration stratejileri.

vibeevalgithub.com/vibeevalGitHub ↗
codexclaude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill codex-orchestration --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/codex-orchestration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Codex + Claude Code Orchestration ## Guc Dagilimi Matrisi | Yetenek | Codex CLI | Claude Code (Hizir) | Kazanan | |---------|-----------|---------------------|---------| | Hiz | Hizli (o4-mini) | Orta (opus) | Codex | | Maliyet | Ucuz (~$1.10/1M input) | Pahalı (opus pricing) | Codex | | Context window | Sinirli | 1M token | Claude Code | | Multi-agent | YOK (tek agent) | 134+ agent swarm | Claude Code | | Hook/self-learning | YOK | Tam destek (74 hook) | Claude Code | | Memory/state | Stateless (her cagri bagimsiz) | Persistent memory | Claude Code | | Code review | Basit lint | Derinlemesine + security | Claude Code | | Bulk refactoring | Cok iyi (hiz+ucuz) | Iyi ama pahali | Codex | | Mimari karar | Zayif | Guclu (architect agent) | Claude Code | | Test yazma | Iyi | Iyi + TDD workflow | Esit | | Security audit | Basit | 3-katman (SAST + review + manual) | Claude Code | | CI/CD entegrasyonu | GitHub native | GitHub Actions + webhook | Esit | --- ## Kullanim Senaryolari ### Senaryo 1: Codex Implement, Claude Code Review **En yaygin ve etkili pattern.** ``` 1. Claude Code → plan.md olusturur (architect agent) 2. Codex → plan.md'ye gore implement eder (full-auto mode) 3. Codex →

What's inside
Steps it walks through
  1. Guc Dagilimi Matrisi
  2. Kullanim Senaryolari
  3. Senaryo 1: Codex Implement, Claude Code Review
  4. Senaryo 2: Dual Review (Codex Hizli + Claude Code Derin)
  5. Senaryo 3: Codex Batch Task Dispatch
  6. Review Dongusu Pattern (5 Faz)
  7. Codex CLI Kullanim Pattern'leri
  8. Temel Komutlar
  9. CI/CD Entegrasyonu
  10. Maliyet Karsilastirmasi
  11. Sinirlari ve Dikkat Edilecekler
  12. Codex CLI Sinirlari
  13. Ne Zaman Codex KULLANMA
  14. Ne Zaman Codex KULLAN
Commands it runs
batch-codex-tasks.sh
for i in "${!TASKS[@]}"; do
echo "Task $((i+1)): ${TASKS[$i]}"
npx codex --approval-mode full-auto --quiet -q "${TASKS[$i]}" &
done
wait
echo "All Codex tasks complete. Running Claude Code verification..."
claude -p "Verify all changes: build, test, lint. Report issues."
Interaktif mod (terminal'de calisir)
codex
More from vibecosystem
All skills →
About this skill
What does the codex-orchestration skill do?

OpenAI Codex CLI + Claude Code (Hizir) birlikte kullanim rehberi. Is dagitim pattern'leri, GitHub Actions workflow ornekleri, review dongusu ve iki AI yazilim asistaninin guclu yanlarini birlestiren orchestration stratejileri.

How do I install it?

Run `npx skills add vibeeval/vibecosystem --skill codex-orchestration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going