gsd-code-review

Reviews phase-changed source files for bugs, vulnerabilities and code quality problems, producing a severity-classified REPORT.md artifact.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-code-review-poom5741
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review
Source: https://github.com/Poom5741/eggo-world-pb/tree/main/.qwen/skills/gsd-code-review
Command: npx skills add https://github.com/Poom5741/eggo-world-pb --skill gsd-code-review-poom5741

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review source files changed during a phase for bugs, security vulnerabilities, and code quality problems.

Core Features & Use Cases

  • Spawns the gsd-code-reviewer agent to analyze code at the specified depth level.
  • Produces a REVIEW.md artifact in the phase directory summarizing findings with severity classifications.
  • Supports phase-based scoping via phase number and optional file lists.

Quick Start

Run the code review on the changes for the specified phase by supplying the phase number and optional depth and file scope.

Frequently Asked Questions about gsd-code-review

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

FAQPage Schema
How do I review code changes for bugs and security vulnerabilities in a specific development phase?

To review code changes for bugs and security vulnerabilities, you can run a code review on source files modified during a specific phase. This process analyzes the code at a chosen depth and generates a REVIEW.md artifact with severity-classified findings.

Can I limit the scope of a code review to specific source files?

Yes, you can limit the scope of a code review to specific source files. By supplying the optional --files argument alongside the required phase number, the review agent restricts its analysis to only the specified files.

What is the difference between quick, standard, and deep code review depths?

Code review depths control the analysis intensity applied to source files. You select from quick, standard, or deep levels to adjust how thoroughly the agent scans for code quality problems, bugs, and security vulnerabilities during the phase.

How does a phase-based code review classify and report findings?

A phase-based code review classifies findings by severity and reports them in a REVIEW.md artifact. This markdown file is generated directly in the phase directory to summarize all detected bugs, security vulnerabilities, and quality issues.

What do I need to run an automated code review on recent phase changes?

To run an automated code review on phase changes, you need the specific phase number to scope the analysis. You can then optionally specify a depth level and file list to control the review's thoroughness and target scope.

When should I use a deep code review instead of a quick scan?

You should use a deep code review instead of a quick scan when you need comprehensive analysis of source files for complex security vulnerabilities and bugs. If you only need a fast check of recent phase changes, the quick depth setting is more appropriate.