code-review

Analyze code quality to detect bugs and enforce best practices.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/joshua3403/giit-template --skill code-review-joshua3403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/joshua3403/giit-template/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/joshua3403/giit-template --skill code-review-joshua3403

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The code-review skill analyzes code quality to detect bugs and enforce best practices, providing actionable feedback to improve software quality and maintainability.

Core Features & Use Cases

  • Code quality analysis: Detect duplication, complexity concerns, naming inconsistencies, and type-safety issues.
  • Bug detection: Identify potential bugs, null/undefined handling gaps, and error handling weaknesses.
  • PR and file-level reviews: Review specific files, directories, or PR changes, and generate structured reports.
  • Use Case: When a developer asks to review a PR, run this skill to produce a concise report with issues, severity, and suggested fixes.

Quick Start

Use the code-review skill to analyze the current changes in the working branch and return a structured report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a code review on a pull request?

To run a code review on a pull request, target the PR changes to detect bugs, identify naming inconsistencies, and generate a structured report with severity levels and suggested fixes.

Can I analyze code quality for specific files and directories?

Yes, you can analyze code quality for specific files and directories to detect duplication, complexity concerns, and type-safety issues across various languages and frameworks.

What types of bugs can static analysis detect in my repository?

Static analysis can detect potential bugs, null or undefined handling gaps, and error handling weaknesses in your repository code, pull requests, and staged changes.

Does the code review process support multiple programming languages?

Yes, the code review process applies to repository code, pull requests, and staged changes across multiple languages and frameworks without requiring specific language dependencies.

How do I get actionable feedback from a code review report?

You get actionable feedback by generating a structured report that summarizes code quality issues, severity levels, and suggested fixes for your current working branch or pull request.

Do I need to configure dependencies before analyzing staged changes?

No, you do not need to configure external dependencies before analyzing staged changes, as the tool integrates directly with the code-analyzer Agent for in-depth static analysis.