BeClaude

codex-review

New
Community RegistryGeneralby astomodynamics · MIT

Integrate Codex CLI (GPT 5.2) for bug analysis, code review, security analysis, architecture guidance, and plan revision

Community PluginView Source

Overview

This repository is the cloud-backed home for my reusable Codex setup.

The primary content now lives in codex-home/, which stores only the reusable custom surface:

  • codex-home/agents
  • codex-home/skills

Purpose

Use this repository to:

  • back up custom Codex agents and skills
  • version custom agents and skills
  • keep a portable Codex customization layer that can be copied to another machine

Excluded on purpose:

  • AGENTS.md
  • config.toml
  • auth.json
  • history.jsonl
  • logs, sqlite databases, caches, and session state
  • other machine-local runtime artifacts

Repository Layout

  • codex-home/

- current Codex-designated agents and skills only

  • legacy/claude-plugin/

- archived older Claude Code / mixed plugin-era assets kept only for reference

Notes

  • This repository is now Codex-designated, not Claude-plugin-first.
  • The legacy Claude-oriented material remains archived so older ideas and prompts are not lost, but it is no longer the main surface.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/codex-review.md https://raw.githubusercontent.com/astomodynamics/codex-review/main/SKILL.md
3
Invoke in Claude Code
/codex-review
View source on GitHub
securitycode-reviewcodexgptbug-analysisarchitecture

Frequently Asked Questions

What is codex-review?

Integrate Codex CLI (GPT 5.2) for bug analysis, code review, security analysis, architecture guidance, and plan revision

How to install codex-review?

To install codex-review, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /codex-review.

What is codex-review best for?

codex-review is a community categorized under General. It is designed for: security, code-review, codex, gpt, bug-analysis, architecture. Created by astomodynamics.