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.zip

Installs 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.
53 charsno explicit “when” trigger
Intermediate

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

You give it
Code changes
You get back
Review feedback

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

codex CLI

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.

SkillInstallsUpdatedSafetyDifficulty
codex (this skill)06moReviewIntermediate
architect-review1094moNo flagsAdvanced
solid-principles579moNo flagsIntermediate
codex322moReviewAdvanced

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.

109320

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.

57236

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.

32238

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.

35170

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.

25170

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.

35110

Search skills

Search the agent skills registry