gsd-code-review

Automate code reviews for security vulnerabilities, bugs, and code quality.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-code-review-roycolumbia-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-code-review
Source: https://github.com/roycolumbia-code/claude-global-config/tree/main/skills/_audit-disabled-20260706-1136/gsd-code-review
Command: npx skills add https://github.com/roycolumbia-code/claude-global-config --skill gsd-code-review-roycolumbia-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Automated Code Review: Reviews source files for common issues without manual inspection.
  • Customizable Depth: Supports different levels of review depth to meet specific needs.
  • Fix and Re-review: Applies fixes automatically and can iterate up to 3 times for better results.
  • Use Case: Use this Skill during the development phase to ensure code quality and security standards are met.

Quick Start

Review the source code for phase 2 by running: gsd-code-review 2

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 source code reviews for security vulnerabilities and bugs?

You can automate code reviews by running scripts that scan source files for security vulnerabilities, bugs, and quality issues. This Skill supports phase-specific analysis and customizable depth levels to target specific review needs.

Can I automatically apply fixes during an automated code review?

Yes, automated code review supports fix application and re-review capabilities, iterating up to 3 times for better results. This allows the tool to automatically apply corrections and validate that the detected issues are resolved.

Do I need specific tools to run automated code review scripts?

Automated code review requires Bash, Grep, Glob, Read, Write, and Agent tools to function. These dependencies allow the scripts to search source code, analyze content, and apply automated fixes directly to the files.

What is phase-specific analysis in code quality assurance?

Phase-specific analysis in code quality assurance targets particular development stages for review. By specifying a phase number, the review focuses only on the relevant source code sections, ensuring standards are met at that specific development point.

When should I use customizable depth levels for source code security analysis?

Customizable depth levels for source code security analysis are used when review requirements vary from quick checks to thorough audits. Different depth levels balance review speed and detail based on the current phase or project needs.