codex-review

Facilitate interactive code reviews with Codex in tmux or cmux terminals.

1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/ryosukesuto/dotfiles --skill codex-review-ryosukesuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review
Source: https://github.com/ryosukesuto/dotfiles/tree/main/config/claude/skills/codex-review
Command: npx skills add https://github.com/ryosukesuto/dotfiles --skill codex-review-ryosukesuto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process by integrating a powerful AI assistant (Codex) directly into your tmux or cmux terminal, allowing for interactive feedback and second opinions without leaving your workflow.

Core Features & Use Cases

  • Interactive Code Review: Get AI-driven feedback on code changes, security vulnerabilities, and performance issues.
  • Second Opinions: Ask Codex for alternative approaches or architectural insights on your code.
  • Seamless Integration: Operates within your existing tmux/cmux environment, splitting the pane to display Codex.
  • Use Case: While reviewing a complex git diff, you can ask Codex to identify potential security flaws or suggest performance optimizations directly in a side-by-side pane.

Quick Start

Ask Codex to review the current git diff for security and performance issues.

Frequently Asked Questions about codex-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI code review feedback within a tmux terminal?

To get AI code review within tmux, this Skill splits your pane to run Codex alongside your code, sending snippets and natural language queries directly for real-time analysis and architectural feedback.

Can I use Codex to analyze a git diff for security vulnerabilities?

Yes, you can use Codex to analyze a git diff for security vulnerabilities by sending the diff to the assistant within your terminal, identifying potential flaws and suggesting performance optimizations.

Do I need the codex CLI tool to run an interactive code review in cmux?

Yes, the codex CLI tool is required to run interactive code reviews in cmux, as the Skill manages terminal panes to communicate directly with the Codex AI assistant.

What is the best way to get architectural insights without leaving my terminal workflow?

The best way to get architectural insights without leaving your terminal workflow is using an AI assistant integrated directly into tmux or cmux, providing side-by-side code analysis and alternative approaches.

How does sending code snippets to an AI assistant in tmux work?

Sending code snippets to an AI assistant in tmux works by splitting the terminal pane and forwarding selected code or natural language queries to the Codex CLI, which returns feedback in the same view.