codex-review-cli

Provide read-only code and architecture analysis via Codex CLI.

9|Updated Aug 20, 2018
One-click install
npx skills add https://github.com/berlysia/dotfiles --skill codex-review-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-review-cli
Source: https://github.com/berlysia/dotfiles/tree/main/.skills/codex-review-cli
Command: npx skills add https://github.com/berlysia/dotfiles --skill codex-review-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides external, read-only feedback for code quality, architecture decisions, and debugging, offering a second set of eyes without altering your project.

Core Features & Use Cases

  • Quick external feedback on code quality and architecture.
  • Guidance for debugging and best-practice reviews without modifying files.
  • Language- and framework-agnostic reviews with actionable suggestions.

Quick Start

Run codex exec --full-auto --sandbox read-only --cd <project_dir> <your-prompt> to obtain external feedback.

Frequently Asked Questions about codex-review-cli

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

FAQPage Schema
How do I get an external code review without modifying my repository?

You can get an external code review by running the Codex CLI in read-only mode, which provides architecture and debugging feedback without applying changes to your project.

Can I use this read-only code analysis for debugging across different programming languages?

Yes, this read-only code analysis is language- and framework-agnostic, providing debugging help and actionable suggestions across various project types.

What is the best way to get architectural guidance without risking file modifications?

The best way to get architectural guidance safely is to use a read-only sandbox mode, which evaluates your code and offers advice without altering your files.

Do I need the Codex CLI to perform external code analysis?

Yes, you need the Codex CLI to perform this external analysis, as the skill requires executing it in a specific read-only sandbox mode to generate feedback.

How do I run a quick code review using the Codex CLI?

To run a quick code review, execute the Codex CLI with full-auto and read-only sandbox flags, specifying your project directory and prompt to receive external feedback.

Are there limitations to using read-only code analysis for debugging?

The primary limitation of read-only code analysis is that it cannot apply fixes; it only provides external feedback and suggestions, leaving you to implement the changes manually.