gsd-review

Coordinate cross-AI peer reviews of phase planning documents and write consolidated REVIEWS.md output.

1|Updated Sep 6, 2015
One-click install
npx skills add https://github.com/deerawan/dotfiles --skill gsd-review-deerawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-review
Source: https://github.com/deerawan/dotfiles/tree/main/claude/skills/gsd-review
Command: npx skills add https://github.com/deerawan/dotfiles --skill gsd-review-deerawan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you reduce blind spots in phase planning by getting independent critiques from multiple external AI CLIs before you commit to an approach.

Core Features & Use Cases

  • Cross-AI peer review: Runs reviews through selected models such as Gemini, Claude, Codex, OpenCode, Qwen Code, and Cursor.
  • Phase-scoped feedback: Targets a specific phase number extracted from your command arguments so feedback stays actionable and organized.
  • Structured results: Compiles reviewer output into a single REVIEWS.md that you can feed back into planning via /gsd:plan-phase --reviews.

Quick Start

Ask for a review of phase 3 by running: gsd-review --phase 3 --all

Frequently Asked Questions about gsd-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get cross-AI feedback on phase planning documents?

Cross-AI feedback on phase plans is obtained by invoking multiple AI CLI tools to review a specific phase number, collecting their independent perspectives, and consolidating the responses into a single REVIEWS.md file to reduce planning blind spots.

What AI CLI tools work with cross-AI phase planning review?

Cross-AI review coordinates with supported AI CLI tools including Gemini, Claude, Codex, OpenCode, Qwen Code, and Cursor, detecting available models to gather independent perspectives on your planning documents.

How do I run a peer review for a specific phase number?

To run a peer review for a specific phase number, you execute a command such as 'gsd-review --phase 3 --all' which builds a phase-specific review prompt and invokes selected AI CLIs to generate feedback.

Why use multiple AI models to review phase plans?

Using multiple AI models to review phase plans helps reduce blind spots and uncover edge cases before committing to an approach, improving decision quality through independent critiques from different external AI perspectives.

How do I use cross-AI review results in my planning workflow?

You use cross-AI review results in your planning workflow by feeding the consolidated REVIEWS.md file back into your planning process using a command such as '/gsd:plan-phase --reviews' to apply the feedback.