Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
davepoon avatar

Review

  • 43 installs
  • 3.2k repo stars
  • Updated August 2, 2026
  • davepoon/buildwithclaude

Invokes external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen, Cursor) to independently review phase plans and collects them into a REVIEWS.md.

About

Detects available AI CLIs, builds a review prompt from a phase plan, invokes each CLI, and writes a structured REVIEWS.md with per-reviewer feedback. A developer uses it to get cross-AI peer review of planning documents before implementation.

  • Per-reviewer flags plus --all for every available CLI
  • Output feeds back into /gsd:plan-phase --reviews

Review by the numbers

  • 43 all-time installs (skills.sh)
  • Ranked #612 of 1,354 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davepoon/buildwithclaude --skill review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars3.2k
Last updatedAugust 2, 2026
Repositorydavepoon/buildwithclaude

What it does

Invokes external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen, Cursor) to independently review phase plans and collects them into a REVIEWS.md.

Files

SKILL.mdMarkdownGitHub ↗

<objective> Invoke external AI CLIs (Gemini, Claude, Codex, OpenCode, Qwen Code, Cursor) to independently review phase plans. Produces a structured REVIEWS.md with per-reviewer feedback that can be fed back into planning via /gsd:plan-phase --reviews.

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

<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/review.md </execution_context>

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

Flags:

  • --gemini — Include Gemini CLI review
  • --claude — Include Claude CLI review (uses separate session)
  • --codex — Include Codex CLI review
  • --opencode — Include OpenCode review (uses model from user's OpenCode config)
  • --qwen — Include Qwen Code review (Alibaba Qwen models)
  • --cursor — Include Cursor agent review
  • --all — Include all available CLIs

</context>

<process> Execute the review workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/review.md end-to-end. </process>

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.