code-reviewer

Review local Git changes and GitHub pull requests for code quality.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/krsjenmt/krsjen.ai --skill code-reviewer-krsjenmt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/krsjenmt/krsjen.ai/tree/main/.gemini/skills/code-reviewer
Command: npx skills add https://github.com/krsjenmt/krsjen.ai --skill code-reviewer-krsjenmt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code, ensuring it meets quality, maintainability, and project standards, whether for local changes or remote pull requests.

Core Features & Use Cases

  • Local Code Review: Analyze staged and unstaged changes in your local repository.
  • Remote Pull Request Review: Review code directly from GitHub Pull Requests.
  • Comprehensive Analysis: Evaluates correctness, maintainability, readability, efficiency, security, and error handling.
  • Use Case: Before merging a new feature, use this skill to get a detailed analysis of the code changes, identifying potential bugs and suggesting improvements.

Quick Start

Use the code-reviewer skill to review my current local changes.

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 for quality and maintainability before merging?

Review code for quality and maintainability by analyzing local Git changes or remote pull requests. This skill evaluates correctness, readability, efficiency, security, and error handling to provide structured feedback before merging.

Can I review a GitHub pull request automatically?

Yes, you can review a GitHub pull request automatically by checking out the PR and running preflight checks. The skill uses the gh command-line tool to fetch remote PR data and provide structured feedback.

Does the code review work with local unstaged Git changes?

Yes, the code review works with local unstaged Git changes. The skill supports analysis of both staged and unstaged modifications in your local repository to identify potential bugs and suggest improvements.

Do I need gh installed to analyze remote pull requests?

Yes, you need gh installed to analyze remote pull requests. The skill depends on the gh command-line tool to check out remote GitHub PRs and run preflight checks for comprehensive code analysis.

What is the best way to check code correctness and security?

The best way to check code correctness and security is using an automated review skill that evaluates error handling, efficiency, and maintainability. It analyzes Git changes and provides structured feedback to identify potential bugs.

What specific aspects of code quality does the analysis cover?

The analysis covers correctness, maintainability, readability, efficiency, security, and error handling. It evaluates local Git changes and remote GitHub pull requests to provide structured feedback for improving code quality.