By kaimodev
Get a second opinion from ChatGPT 5.4 on code reviews, architecture, design plans, and implementation strategies
A collection of plugins for Claude Code. Each plugin adds new skills and capabilities — from external AI integrations to specialized workflows.
Get a second opinion from ChatGPT 5.4 on your code, design plans, implementation strategies, and architecture decisions. Two models catch more than one.
This plugin adds a chatgpt-review skill that calls the OpenAI ChatGPT API for independent reviews and consultations. Complements Claude's built-in Superpowers skills (brainstorming, writing-plans, executing-plans, code-review) by providing an external perspective — different models have different blind spots.
| Mode | Command | Use Case |
|---|---|---|
| Code Review | /chatgpt-review | Review git diffs (commits, staged, ranges) |
| Design Review | "have GPT review this design" | Evaluate design plans for gaps and risks |
| Implementation Review | "GPT review this impl plan" | Check step sequencing, dependencies, testing |
| Architecture Consult | "ask GPT about architecture" | Pattern selection, trade-offs, scalability |
| File Review | "have GPT review this file" | Audit specific files for issues |
| Expert Consult | "ask GPT about X" | Debugging, root cause analysis, advice |
OPENAI_API_KEY as an environment variable or in a .env fileopenai package:
pip install openai
/plugin install chatgpt-review
/plugin marketplace add KaiMOdev/Claude-Skills
"review my last commit with GPT"
"GPT review HEAD~3..HEAD"
"have ChatGPT review my staged changes"
"have GPT review this design plan" (with a plan file open or specified)
"ask ChatGPT if this design is feasible"
"GPT review this implementation plan"
"ask ChatGPT about the migration strategy"
"ask GPT — should I use SSE or WebSockets?"
"get GPT's take on this architecture"
"ask GPT why the auth flow is breaking"
"consult ChatGPT about this error"
| Variable | Default | Description |
|---|---|---|
OPENAI_API_KEY | — | Required. Your OpenAI API key |
PYTHON_PATH | auto-detect | Path to Python executable |
All commands support --model to use a different OpenAI model:
gpt-5.4 (default) — most capablegpt-4.1 — strong, lower costgpt-4.1-mini — fast and cheap for non-critical reviewsAll reviews and consultations are automatically saved to a .reviews/ directory in your project:
review_YYYYMMDD_HHMMSS.md — code reviewsconsult_YYYYMMDD_HHMMSS.md — consultationsUse --no-save to suppress saving.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kaimodev/claude-skills --plugin chatgpt-reviewGive Claude Code a second opinion using OpenAI Codex - automatic plan review via hooks
Symmetric two-AI peer review using OpenAI Codex CLI. Both AIs review independently in a blind pass, then debate per-issue with terminal states until convergence. Catches significantly more issues than single-pass validation.
Command-driven Claude/Codex review workflows for multi-round plan and implementation review.
Codex CLIにセカンドオピニオンを求めるスキル。「codexと相談して」「codexに聞いて」で発動する。
Code review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.