mcpbeat

Gsd Review

coco-research/gsd-review

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

293 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
196
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/coco-research/coco --skill gsd-review

The instruction itself

as written by the author

<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>

How to use it

Copy the folder

Take coco-research/gsd-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.