gds-code-review

Automate code review to identify bugs, vulnerabilities, and quality issues in Git repositories.

26|23|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/laraxot/laravelpizza.com --skill gds-code-review-laraxot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-code-review
Source: https://github.com/laraxot/laravelpizza.com/tree/main/.github/skills/gds-code-review
Command: npx skills add https://github.com/laraxot/laravelpizza.com --skill gds-code-review-laraxot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, phpstan, pest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code reviews, helping to identify bugs, security vulnerabilities, and quality issues in codebases.

Core Features & Use Cases

  • Automated Code Review: Identifies potential issues without manual review.
  • Customizable Checks: Supports custom checks for different types of issues.
  • Integration with Git: Works with Git repositories to track changes and compare against story requirements.

Quick Start

Run the code-review skill on the latest code changes in the repository.

Frequently Asked Questions about gds-code-review

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

FAQPage Schema
How do I automate code reviews to detect bugs and security vulnerabilities?

Automated code review identifies bugs, security vulnerabilities, and quality issues by integrating with Git repositories to track changes and comparing code against story requirements. It utilizes static analysis tools to evaluate codebases without requiring manual inspection.

Does automated code review work with Git repositories to track code changes?

Yes, automated code review integrates directly with Git repositories. It works by tracking repository changes and comparing the updated code against predefined story requirements to ensure the implementation aligns with project goals.

Can I use static analysis for quality assurance on Python codebases?

Static analysis for quality assurance supports Python codebases alongside PHP environments using phpstan. It performs automated code quality checks to identify potential issues, ensuring your Python code meets required standards before deployment.

What is the best way to compare code changes against story requirements?

The best way to compare code changes against story requirements is using an automated code review process. By integrating with Git, it directly evaluates repository updates against the story criteria to verify implementation accuracy and find quality issues.

Do I need pest and phpstan to run automated code quality checks?

You need pest and phpstan specifically for PHP static analysis and testing within the automated code review process. Python is also supported as a dependency, allowing customizable checks for different types of code quality issues across these environments.

Why use automated code review instead of manual bug detection?

Automated code review replaces manual bug detection by consistently identifying security vulnerabilities and code quality issues. It leverages static analysis and Git integration to compare changes against story requirements, reducing human error and review time.