code-reviewer

Review Git code changes and pull requests with structured feedback.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jeffwweee/dev-workspace --skill code-reviewer-jeffwweee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/jeffwweee/dev-workspace/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/jeffwweee/dev-workspace --skill code-reviewer-jeffwweee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring code quality, maintainability, and adherence to project standards for both local changes and remote pull requests.

Core Features & Use Cases

  • Local Code Review: Analyze staged and unstaged changes in your local repository.
  • Remote PR Review: Review code directly from GitHub Pull Requests by number or URL.
  • Automated Checks: Integrates with project preflight checks for early detection of issues.
  • Structured Feedback: Provides clear, actionable feedback categorized into critical issues, improvements, and nitpicks.
  • Use Case: Before merging a new feature, use this skill to perform a thorough review of the submitted pull request, ensuring it meets all quality gates.

Quick Start

Review the current local changes in the repository.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review code in a GitHub pull request for quality and correctness?

Reviewing code in a GitHub pull request involves checking correctness, maintainability, and security. This skill checks out PR branches via GitHub CLI, runs preflight verification, and provides structured feedback categorized into critical issues, improvements, and nitpicks.

Can I review local git changes before committing to the repository?

Yes, you can review local git changes before committing by analyzing staged and unstaged modifications. This skill operates on local Git repositories, running preflight checks to detect issues early and providing structured feedback on code quality, readability, and efficiency.

Do I need GitHub CLI installed to review remote pull requests?

Yes, GitHub CLI is required to review remote pull requests. This skill integrates with the GitHub CLI for PR management, allowing it to fetch pull requests by number or URL, check out branches, and run automated code quality checks.

What categories of feedback does an automated code review provide?

Automated code review feedback is categorized into critical issues, improvements, and nitpicks. This skill evaluates code for correctness, maintainability, readability, efficiency, security, and testability, delivering clear and actionable feedback for your pull requests.

What's the best way to ensure a new feature meets project quality gates before merging?

To ensure a new feature meets project quality gates before merging, perform a thorough pull request review. This skill runs project preflight checks to detect issues early and verifies correctness, security, and testability, ensuring all quality standards are met.