tznthou

Pi Code Review — Code Quality skill for Claude Code

Code Quality community

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

Terminal
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

Full documentation available on GitHub

View Source Repository