neonwatty

Codex PR Review Toolkit — Git skill for Claude Code

Git community

A Codex-native version of Anthropic's Claude PR Review Toolkit.

How to install Codex PR Review Toolkit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open neonwatty/codex-pr-review-toolkit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Codex PR Review Toolkit does

A Codex-native version of Anthropic's Claude PR Review Toolkit.

Alternatives in Git

  • Openclaude — Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 20 22.5k ★
  • Anthropic 课程 — by anthropics - 官方课程材料 19.7k ★
  • Zcf — GitHub Repo stars Zero-Config Code Flow for Claude code & Codex Zero-config workflow 5.8k ★

README

Codex PR Review Toolkit

This is simply a Codex-native version of Anthropic's [Claude PR Review Toolkit](https://github.com/anthropics/claude-code/tree/main/plugins/pr-review-toolkit).

It brings the same focused-review approach to Codex and adds the independent validation pattern from Anthropic's [code-review workflow](https://github.com/anthropics/claude-code/blob/main/plugins/code-review/commands/code-review.md).

What it does

  • Runs codex review against the pull request base.
  • Uses independent, read-only reviewers for correctness, tests, silent failures, contracts/types, and comments/docs when relevant.
  • Revalidates every candidate finding with a fresh agent.
  • Reports only high-confidence issues with exact file and line evidence.
  • Rejects speculative, pre-existing, stylistic, and linter-detectable findings.
  • Includes a separate skill for generating repository-specific ## Code Review Rules in AGENTS.md.
  • Keeps code simplification optional and separate because it modifies code.

Install

codex plugin marketplace add neonwatty/codex-pr-review-toolkit
codex plugin add codex-pr-review-toolkit@codex-pr-review-toolkit

Start a new Codex task after installation so the skills are loaded.

Use

Ask Codex to:

  • “Review this pull request against its base.”
  • “Generate repository-specific Code Review Rules in AGENTS.md.”
  • “Simplify the reviewed changes without changing behavior.”

Credits

Adapted for Codex from Anthropic's Claude PR Review Toolkit. This project is independent and is not affiliated with Anthropic.

License

MIT