code-reviewer

Review local code changes and GitHub Pull Requests for correctness and maintainability.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zombiegirlcz/RENEGATE-karnel-cli --skill code-reviewer-zombiegirlcz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/zombiegirlcz/RENEGATE-karnel-cli/tree/main/.renegade/skills/code-reviewer
Command: npx skills add https://github.com/zombiegirlcz/RENEGATE-karnel-cli --skill code-reviewer-zombiegirlcz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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

Core Features & Use Cases

  • Automated Checkout & Preflight: Integrates with GitHub CLI to checkout PRs and runs project verification suites.
  • In-depth Analysis: Evaluates code for correctness, maintainability, readability, efficiency, security, and error handling.
  • Structured Feedback: Provides clear, constructive feedback with a summary, findings, and a final recommendation.
  • Use Case: A developer submits a pull request. The Code Reviewer skill automatically checks out the branch, runs tests, analyzes the code for potential issues, and provides a detailed report to the team, highlighting areas for improvement and approving sound changes.

Quick Start

Review the current local code changes for correctness and maintainability.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review a GitHub pull request for maintainability and security?

To review a GitHub pull request for maintainability and security, you can use an automated code review assistant that checks out the branch via GitHub CLI, runs preflight tests, and analyzes correctness, readability, and error handling.

What does a professional code review cover for local code changes?

A professional code review for local code changes evaluates correctness, maintainability, readability, efficiency, security, and error handling, providing structured feedback with a summary, findings, and a final recommendation.

Can I automatically checkout a remote PR and run tests before reviewing?

Yes, you can automatically checkout a remote PR and run tests by integrating a code review assistant with the GitHub CLI, which handles branch checkout and executes project verification suites as preflight checks.

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

Yes, you need the GitHub CLI installed to review remote pull requests, as the code review process integrates directly with it to checkout PR branches and run project verification suites before analysis.

How do I get structured feedback on a pull request?

To get structured feedback on a pull request, use a code review assistant that analyzes the code and generates a report containing a summary, detailed findings, and a final recommendation for the team.

What is the best way to analyze code readability and efficiency in a pull request?

The best way to analyze code readability and efficiency in a pull request is using an automated code reviewer that provides in-depth analysis across these dimensions, ensuring code quality and adherence to standards.