gsd-code-review

Automate code review for source files during development phases.

Updated May 3, 2026
One-click install
npx skills add https://github.com/ThiagoVitale/endless-crystal --skill gsd-code-review-thiagovitale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review
Source: https://github.com/ThiagoVitale/endless-crystal/tree/main/.codex/skills/gsd-code-review
Command: npx skills add https://github.com/ThiagoVitale/endless-crystal --skill gsd-code-review-thiagovitale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gsd-code-reviewer, gsd-code-fixer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing source files for bugs, security issues, and code quality problems, saving developers time and improving code quality.

Core Features & Use Cases

  • Automated Code Review: Analyze source files for issues during a development phase.
  • Customizable Depth: Review at different depths, from quick pattern matching to in-depth analysis.
  • Fixes and Re-review: Automatically apply fixes and re-review to improve code quality.
  • Use Case: Use this Skill to review all changes made during the '2' phase of development, with a standard depth level, and apply fixes if needed.

Quick Start

Review all changes made during phase '2' and apply fixes with the command: $gsd-code-review 2 --fix

Frequently Asked Questions about gsd-code-review

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

FAQPage Schema
How do I automate code review for bugs and security issues in source files?

Automated code review scans source files during development phases to identify bugs, security vulnerabilities, and quality problems. It supports customizable review depths, from quick pattern matching to in-depth analysis, and can automatically apply fixes and re-review the code.

Can I automatically apply fixes after detecting code quality problems?

Yes, you can automatically apply fixes and re-review source files to improve code quality. By using the fix command flag during a development phase, the Skill corrects identified bugs and security issues, then re-analyzes the updated code.

What is the best way to review code changes made during a specific development phase?

The best way to review code changes during a specific phase is to run the review command with the phase number. This targets all source file modifications made in that phase, analyzing them for bugs, security issues, and quality problems at your chosen depth.

Do I need specific agents to run an automated code security analysis?

Yes, automated code security analysis requires specific code reviewer and fixer agents. These dependencies are necessary to identify bugs, security issues, and quality problems, and to apply fixes to source files during the development process.

How does customizable review depth affect bug detection in source files?

Customizable review depth affects bug detection by adjusting the analysis intensity from quick pattern matching to in-depth analysis. This allows developers to balance thoroughness against speed when reviewing source files for security vulnerabilities and quality issues.