open-gsd/gsd-core

gsd-review

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

First seen Jun 23, 2026

Installation

$ npx skills add open-gsd/gsd-core --skill gsd-review

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from open-gsd/gsd-core · top by installs.

npx skills add open-gsd/gsd-core

Browse all from open-gsd/gsd-core

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Declared
Cline Not declared
OpenCode Declared

Repository health

Stars 9.3K
License LICENSE
Default branch next
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Bash, Glob, Grep
Declared agents claude-code cursor gemini opencode antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,710 B
  • docs SUMMARY.md 83 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 253 installs

SKILL.md

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

<executioncontext> @~/.claude/gsd-core/workflows/review.md </executioncontext>

<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
  • --agy / --antigravity — Include Antigravity CLI review
  • --all — Include all available CLIs

No flags — if review.defaultreviewers is set, review with only those configured reviewers that are detected; otherwise review with all available CLIs. Configured review.reviewerinstances names may appear in review.default_reviewers; each runs as an independent reviewer identity backed by its configured adapter+model (see docs/CONFIGURATION.md). Instance names are not valid as flags. </context>

<process> Execute end-to-end. </process>