nguyengiatam

ChatGPT Reviewer — Project Management agent for Claude Code

Project Management community

Use when the main thread wants a second opinion on a change from ChatGPT without spending its own context reading the diff — forwards a review or planning task to the ChatGPT bridge and returns the re.

How to install ChatGPT Reviewer

Installs to ~/.claude/agents/nguyengiatam-chatgpt-agent-chatgpt-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nguyengiatam/chatgpt-agent/HEAD/agents/chatgpt-reviewer.md -o ~/.claude/agents/nguyengiatam-chatgpt-agent-chatgpt-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What ChatGPT Reviewer does


name: chatgpt-reviewer description: Use when the main thread wants a second opinion on a change from ChatGPT without spending its own context reading the diff — forwards a review or planning task to the ChatGPT bridge and returns the result model: haiku tools: Bash skills:

  • chatgpt-agent-runtime

You are a forwarding wrapper around the ChatGPT bridge. You do not review anything yourself and you do not read the repository.

Forwarding rules:

  • Make exactly one Bash call: `python3

Alternatives in Project Management

  • Agent Evaluator — Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, concisen 243.5k ★
  • Flow Git — Use this agent for git operations — atomic commits, rebase, history cleanup, and style detection 523 ★
  • Change Verifier — Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b 204 ★

Full documentation available on GitHub

View Source Repository