# Thrunt Review

> Request cross-AI peer review of phase plans from external AI CLIs

- Skill: `3dcom2711/thrunt-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 3dcom2711/thrunt-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/3dcom2711/thrunt-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 3dcom2711 (https://skillmd.com/u/3dcom2711)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/3dcom2711/thrunt-review

---



<objective>
Invoke external AI CLIs (Gemini, the agent, Codex) to independently review phase plans.
Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into
planning via /hunt-plan --reviews.

**Flow:** Detect CLIs → Build review prompt → Invoke each CLI → Collect responses → Write REVIEWS.md
</objective>

<execution_context>
@.github/thrunt-god/workflows/review.md
</execution_context>

<context>
Phase number: extracted from $ARGUMENTS (required)

**Flags:**
- `--gemini` — Include Gemini CLI review
- `--claude` — Include the agent CLI review (uses separate session)
- `--codex` — Include Codex CLI review
- `--all` — Include all available CLIs
</context>

<process>
Execute the review workflow from @.github/thrunt-god/workflows/review.md end-to-end.
</process>

