code-review

Review GitHub PRs or local git changes for security, performance, and correctness.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/jarrett-au/cc-config-starter --skill code-review-jarrett-au
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jarrett-au/cc-config-starter/tree/main/skills/code-review
Command: npx skills add https://github.com/jarrett-au/cc-config-starter --skill code-review-jarrett-au

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of conducting in-depth code reviews, ensuring code quality, security, and maintainability by acting as an autonomous senior reviewer.

Core Features & Use Cases

  • Deep Code Analysis: Performs comprehensive reviews beyond simple diff checks, considering security, performance, and correctness.
  • Contextual Investigation: Utilizes git, gh, and read_file tools to build a complete mental model of code changes.
  • Automated Reporting: Generates detailed review reports in Simplified Chinese.
  • Use Case: Review a GitHub Pull Request to identify potential bugs, security vulnerabilities, and areas for performance improvement before merging.

Quick Start

Use the code-review skill to review the current git diff.

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 GitHub Pull Request?▼

To automate code review for a GitHub PR, this Skill orchestrates git and gh commands to build a complete mental model of the changes before generating a comprehensive report on security, performance, and correctness.

What does an autonomous senior code review check for in local git changes?▼

An autonomous senior code review of local git changes investigates security vulnerabilities, performance bottlenecks, and correctness by reading files and analyzing diffs beyond simple surface-level checks.

Can I use this code review skill to analyze uncommitted git diff?▼

Yes, you can use this code review skill to analyze uncommitted git diff by instructing it to review the current local git changes, leveraging built-in file reading and git diff analysis tools.

Does the automated code review report support English output?▼

No, the automated code review report currently generates detailed outputs exclusively in Simplified Chinese, focusing on security, performance, and correctness rather than providing English reports.

Do I need to install additional dependencies for the code review skill to work?▼

No additional dependencies are required for the code review skill to work, as it autonomously orchestrates existing git and gh command line tools without external package requirements.