jcputney/agent-peer-review

A Claude Code plugin that validates Claude's work using OpenAI Codex CLI. Two AI perspectives catch more issues than one.

33Stars on the repository
10Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

SessionStart

01

jcputney/agent-peer-review

Hook

Runs when a session starts, executing peer-review-reminder.sh via bash. From jcputney/agent-peer-review.

33 26d ago A tokens not measured original MIT

UserPromptSubmit

02

jcputney/agent-peer-review

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-check.sh via bash. From jcputney/agent-peer-review.

33 26d ago A tokens not measured original MIT

Stop

03

jcputney/agent-peer-review

Hook

Runs when the agent finishes a response, executing stop-peer-review-check.sh via bash. From jcputney/agent-peer-review.

33 26d ago A tokens not measured copy · 59% MIT

PreToolUse

04

jcputney/agent-peer-review

Hook

Runs before the agent uses a tool for ExitPlanMode, Task and Write tool calls, executing plan-peer-review-check.sh, task-peer-review-check.sh and write-peer-review-check.sh via bash (3 commands). From jcputney/agent-peer-review.

33 26d ago A tokens not measured original MIT