Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

CC Plugins

A collection of plugins for Claude Code.

Available Plugins

Plugin Description
codex-review Code review with OpenAI Codex

Installation

1. Add this marketplace

/plugin marketplace add https://github.com/jinto/cc-plugins.git

2. Install a plugin

/plugin install codex-review@cc-plugins

Usage

/codex-review                           # Review uncommitted changes
/codex-review last commit               # Review the last commit
/codex-review last 3 commits            # Review last 3 commits
/codex-review last two commits          # Review last 2 commits
/codex-review against main              # Review current branch vs main (PR-style)
/codex-review --base develop            # Review current branch vs develop

Default model: gpt-5.2-codex with reasoning effort: high

To use a different model:

/codex-review -m o3
/codex-review -m gpt-4

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages