Thrunt-god thrunt-review

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

install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-review" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-review && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-review/SKILL.md
source content
<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>