Pi Code Review — Code Quality skill for Claude Code
Adversarial code review via Codex — break confidence in changes, not validate them.
How to install Pi Code Review
Installs to ~/.claude/skills/tznthou-claude-prism-pi-code-review/SKILL.md
mkdir -p ~/.claude/skills/tznthou-claude-prism-pi-code-review && curl -fsSL https://raw.githubusercontent.com/tznthou/claude-prism/HEAD/commands/pi-code-review.md -o ~/.claude/skills/tznthou-claude-prism-pi-code-review/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Pi Code Review does
command: pi-code-review description: Adversarial code review via Codex — break confidence in changes, not validate them
Adversarial Code Review via Codex
Use Codex CLI to adversarially review code. Core value: **the AI that wrote the code (Claude) is NOT the one reviewing it (Codex) — eliminates same-source blind spots**. The reviewer's job is to **break confidence in the change**, not validate it.
Execution
**Bash invocation rules (v0.12.3+)**: Call `call-codex.sh` / `call-ge
Alternatives in Code Quality
- Open Code Review — /open-code-review 21.5k ★
- Code Quality Review — Review code quality in: $ARGUMENTS 5.8k ★
- Ars Lit Review — ARS academic-paper lit-review mode — annotated bibliography in paper format 4.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Paranoia
Local MCP server for cross-agent adversarial code review — Claude Code and Codex CLI critique each other's wor
Review Code
Trigger a comprehensive code review on recent changes or specified files
Pragmatic Code Review
Perform a comprehensive pragmatic code review of recent changes against requirements
Coder Eval Code Review Wf
Workflow-based 8-axis codebase review — per-axis sub-workflows, adversarial verify, deterministic scoring + re
Bmad Bmm Code Review
Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review t
Review Sprint
Launch the senior technical lead reviewer to validate sprint implementation, check code quality, and provide f
Related Agents
Cold Verifier
Phase 11 cold verification agent that independently re-verifies CRITICAL and HIGH findings with zero prior con
Adversarial Breaker
Actively tries to break the app — wrong inputs, unexpected sequences, auth bypasses, race conditions, state co
Adversarial
Adversarial test generation. Writes tests designed to break the implementation, runs them, and reports failure