Provides an interface to Codex CLI for repository-specific code reviews and design consultations.
Install
mkdir -p .claude/skills/codex-takurot && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9634" && unzip -o skill.zip -d .claude/skills/codex-takurot && rm skill.zipInstalls to .claude/skills/codex-takurot
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Guide for using Codex CLI for code reviews and specs.Key capabilities
- →Review uncommitted code
- →Compare against base branches
- →Perform impact analysis
- →Get design suggestions
How it works
It wraps Codex CLI commands to facilitate interactive code reviews and spec-based planning.
Inputs & outputs
When to use codex
- →Review uncommitted code changes
- →Compare code against base branches
- →Perform impact analysis on spec changes
- →Get architectural design suggestions
- →Summarize build procedures
About this skill
Codex CLI 使い方(このリポジトリ向け)
このドキュメントは、Codex CLI を使ってコードレビューや仕様相談を行うための最小ガイドです。
コマンドは codex --help の出力に基づいています。
基本コマンド
1) インタラクティブに開始
codex
2) 初期プロンプト付きで開始
codex "このリポジトリのビルド手順を要約して"
3) 作業ディレクトリを指定
codex -C /path/to/Pyrope
4) モデルを指定
codex -m o3 "変更点のリスクを洗い出して"
5) Web検索を有効化(必要な場合)
codex --search "最新の .NET 10 の変更点を調べて"
6) セッション再開・分岐
codex resume --last
codex fork --last
7) 直前の提案差分を適用
codex apply
コードレビュー用途
未コミットの変更をレビュー
codex review --uncommitted
ベースブランチとの差分をレビュー
codex review --base main
特定コミットの変更をレビュー
codex review --commit <SHA>
レビュー観点を追加
codex review --uncommitted "重大バグ/互換性/テスト漏れ/性能劣化の観点でレビュー"
仕様相談・設計相談用途
仕様書を前提に相談(インタラクティブ)
codex "prompt/SPEC.md と prompt/PLAN.md を参照して、X機能の追加方針を提案して"
仕様差分の影響分析
codex "prompt/SPEC.md を前提に、Yの仕様変更がテストに与える影響を整理して"
非対話での相談(スクリプト向け)
echo "prompt/SPEC.md を前提に最小実装の手順を箇条書きで" | codex exec -
When not to use it
- →When not using Codex CLI
Prerequisites
Limitations
- →Requires Codex CLI
How it compares
It provides a structured CLI-based review workflow rather than manual review.
Compared to similar skills
codex side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| codex (this skill) | 0 | 6mo | Review | Intermediate |
| architect-review | 109 | 4mo | No flags | Advanced |
| solid-principles | 57 | 9mo | No flags | Intermediate |
| codex | 32 | 2mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
architect-review
sickn33
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.
solid-principles
SmidigStorm
Enforce SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) in object-oriented design. Use when writing or reviewing classes and modules.
codex
Lucklyric
Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention "Codex", request complex implementation challenges, advanced reasoning, or need high-reasoning model assistance. Automatically triggers on codex-related requests and supports session continuation for iterative development.
error-handling-patterns
wshobson
Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
deepwiki-rs
sopaco
AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.
senior-fullstack
davila7
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.