codex

Execute AI-driven code review and debugging via the OpenAI Codex CLI.

4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/r1cA18/dotfiles --skill codex-r1ca18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/r1cA18/dotfiles/tree/main/skills/tmux-ai-cli/skills/codex
Command: npx skills add https://github.com/r1cA18/dotfiles --skill codex-r1ca18

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines code quality assurance by leveraging AI for in-depth code review, analysis, and answering complex implementation questions, reducing manual review time and improving code reliability.

Core Features & Use Cases

  • Code Review: Perform automated code reviews with a dedicated /review command.
  • Codebase Analysis: Understand project structure, identify potential issues, and get explanations.
  • Bug Investigation: Assist in diagnosing and pinpointing the root cause of bugs.
  • Refactoring Suggestions: Receive AI-driven recommendations for improving code quality and efficiency.
  • Image Input: Analyze code snippets or UI elements from screenshots.

Quick Start

Use the codex skill to analyze the project in the current directory and suggest refactoring improvements.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I perform an automated code review on my project directory?

You can perform an automated code review by executing the dedicated /review command, which targets your project directory to assess code quality, identify potential issues, and provide feedback.

How does AI-driven bug investigation work for diagnosing root causes?

AI-driven bug investigation analyzes your codebase to pinpoint the root cause of bugs by leveraging the OpenAI Codex model via a CLI, diagnosing issues and providing explanations for complex implementation problems.

Can I analyze code snippets or UI elements from screenshots?

Yes, you can analyze code snippets or UI elements from screenshots because the tool supports image input, allowing the AI to process visual context alongside your project files.

Does the code analysis tool support read-only sandboxing during execution?

Yes, the code analysis tool supports read-only sandboxing during execution, ensuring that the AI-driven review and debugging processes operate safely without modifying your actual project files.

What is the best way to get refactoring suggestions for improving code quality?

The best way to get refactoring suggestions is to run the AI analysis on your current project directory, which generates recommendations for improving code quality and efficiency based on the OpenAI Codex model.

Do I need the OpenAI Codex model to run codebase analysis and debugging tasks?

Yes, you need the OpenAI Codex model because the tool executes its codebase analysis, debugging, and review tasks by communicating directly with the model through a command-line interface.