coco-research/gsd-review
Request cross-AI peer review of phase plans from external AI CLIs
npx skills add https://github.com/coco-research/coco --skill gsd-review
<objective>
Invoke external AI CLIs (Gemini, Claude, Codex, OpenCode) 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>
@$HOME/.claude/get-shit-done/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)--all — Include all available CLIs</context>
<process>
Execute the review workflow from @$HOME/.claude/get-shit-done/workflows/review.md end-to-end.
</process>
Take coco-research/gsd-review from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.