code-review

Analyze code quality and detect bugs in files, directories, and pull requests.

33|5|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/LowyShin/giip-dev-agent --skill code-review-lowyshin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/LowyShin/giip-dev-agent/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/LowyShin/giip-dev-agent --skill code-review-lowyshin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code Review Skill helps teams systematically assess code quality, detect bugs, and enforce best practices, delivering actionable feedback to improve maintainability and reliability.

Core Features & Use Cases

  • Comprehensive code quality analysis including style, naming, complexity, and safety checks.
  • Bug detection and defensive checks to catch potential defects before they hit production.
  • Security, performance, and reliability guidance with concrete recommendations.
  • Use Case: A developer requests a review of a PR or a specific module to surface issues and suggested improvements.

Quick Start

Run the code-review command with a target file or directory, for example /code-review src/features/.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a pull request to detect bugs?

Static analysis during code review detects bugs by evaluating code quality, complexity, and safety across files and directories. It surfaces actionable feedback on potential defects and maintainability issues, enabling proactive improvements before code hits production.

What does static analysis check for during a code quality review?

Static analysis during code quality review checks style, naming conventions, complexity, and safety. It identifies potential defects and performance issues, delivering concrete recommendations for maintainability and reliability improvements across individual files or directories.

How do I run a code review on a specific directory or file?

You can run a code review on a specific directory or file by targeting it directly with the review command, such as specifying a source folder path. The analysis applies to individual files, directories, and pull requests, allowing focused bug detection and quality assessment.

Does code review include security checks and performance guidance?

Yes, code review includes security checks and performance guidance alongside bug detection and style analysis. It assesses code safety and reliability, providing concrete recommendations to address potential vulnerabilities and optimize performance across the reviewed files or pull requests.

What kind of feedback can I expect from an automated code quality analysis?

Automated code quality analysis provides actionable feedback including bug detection, style violations, complexity metrics, and security recommendations. The feedback is concrete and specific, enabling developers to make proactive improvements to maintainability and reliability during the review process.