gsd-code-review

Review phase-scoped source files for bugs, security vulnerabilities, and code quality issues.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-code-review-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-code-review
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-code-review-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps review source files changed in a development phase so you can catch bugs, security issues, and code quality problems before they reach the next step.

Core Features & Use Cases

  • Phase-based review: Targets the files changed in a specific phase rather than scanning an entire repository blindly.
  • Severity-classified findings: Surfaces issues with clear severity so teams can prioritize fixes quickly.
  • Workflow integration: Supports configurable review depth, explicit file scoping, and optional fix or re-review loops for iterative improvement.

Quick Start

Review phase 2 at standard depth and summarize any bugs, security risks, or code quality issues.

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 only the source files changed in a specific development phase?

To review changed source files from a specific development phase, you provide an explicit file list or summary-based scoping with a configurable review depth to target bugs, security vulnerabilities, and code quality problems without scanning the entire repository.

How does severity classification work in automated code review workflows?

Severity classification in code review workflows surfaces issues with clear severity levels, allowing teams to quickly prioritize and remediate critical bugs and security vulnerabilities before they reach the next development step.

Can I run iterative fix loops for bug detection and security review?

Yes, you can run iterative fix loops for bug detection and security review. The workflow supports optional fix or re-review loops, allowing developers to iteratively remediate findings and validate improvements.

What is the best way to scope a security review to specific changed files?

The best way to scope a security review is through phase-based analysis using explicit file lists and summary-based scoping, ensuring the review targets only changed source files rather than blindly scanning an entire repository.

Does phase-based code review work without scanning the entire repository?

Yes, phase-based code review works without scanning the entire repository by applying explicit file scoping and summary-based inputs to analyze only the source files changed during a specified development phase.

Why are my code quality problems not being caught before shipping to the next phase?

Code quality problems may be missed without phase-scoped code review workflows that apply configurable review depth and structured findings with severity classification to catch bugs and security issues before they ship.