← ClaudeAtlas

thrunt-reviewlisted

Request cross-AI peer review of phase plans from external AI CLIs
3dcom2711/thrunt-god · ★ 0 · Code & Development · score 73
Install: claude install-skill 3dcom2711/thrunt-god
<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>