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.zipInstalls 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 CLIsKey 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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-review (this skill) | 0 | 2mo | No flags | Advanced |
| claude-automation-recommender | 47 | 2mo | Review | Beginner |
| subagent-driven-development | 14 | 7mo | No flags | Advanced |
| coding-agent | 16 | 2mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by nnexai
View all by nnexai →You might also like
claude-automation-recommender
anthropics
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wants to know what Claude Code features they should use.
subagent-driven-development
davila7
Use when executing implementation plans with independent tasks in the current session
coding-agent
openclaw
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
requesting-code-review
obra
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
omo
cexll
Use this skill when you see `/omo`. Multi-agent orchestration for "code analysis / bug investigation / fix planning / implementation". Choose the minimal agent set and order based on task type + risk; recipes below show common patterns.
parallel-agents
davila7
Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.