GS

gsd-review

Facilitates peer reviews of project plans between different AI agents.

Install

mkdir -p .claude/skills/gsd-review-nnexai && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13627" && unzip -o skill.zip -d .claude/skills/gsd-review-nnexai && rm skill.zip

Installs to .claude/skills/gsd-review-nnexai

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Request cross-AI peer review of phase plans from external AI CLIs
65 charsno explicit “when” trigger
Advanced

Key capabilities

  • Request peer review of phase plans from external AI CLIs
  • Translate `AskUserQuestion` to `request_user_input` for user interaction
  • Translate `Task()` to `spawn_agent` for sub-agent execution
  • Collect responses from invoked CLIs
  • Write structured `REVIEWS.md` with feedback
  • Handle multi-select questions using sequential single-selects

How it works

This skill orchestrates peer reviews of phase plans by invoking external AI CLIs, translating interaction and task commands, and then compiling their feedback into a structured report.

Inputs & outputs

You give it
Phase plans and optional CLI flags for specific reviewers
You get back
A `REVIEWS.md` file containing per-reviewer feedback

When to use gsd-review

  • Reviewing phase plans
  • Peer review of development strategy
  • Cross-AI validation
  • Improving project plans

About gsd-review

Coordinates with other AI agents to review and validate phase plans, ensuring the technical strategy is sound.

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

When not to use it

  • When `request_user_input` is rejected or unavailable and an explicit non-interactive flag is not set

Limitations

  • Requires explicit user request for sub-agent spawning
  • Does not automatically create or bind a git worktree for `isolation="worktree"` tasks

How it compares

This workflow automates the process of gathering feedback from multiple AI CLIs, providing a consolidated review document that would otherwise require manual coordination.

Compared to similar skills

gsd-review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
gsd-review (this skill)02moNo flagsAdvanced
claude-automation-recommender472moReviewBeginner
subagent-driven-development147moNo flagsAdvanced
coding-agent162moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry