code-reviewer

Analyze code changes and generate categorized review reports with approval decisions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/getnexar/decrypt-tool --skill code-reviewer-getnexar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/getnexar/decrypt-tool/tree/main/ai-tools/skills/code-reviewer
Command: npx skills add https://github.com/getnexar/decrypt-tool --skill code-reviewer-getnexar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes code changes to enforce quality, security, and performance standards across diffs, pull requests, and local commits, producing structured feedback.

Core Features & Use Cases

  • Automatically load and apply coding standards from REFERENCE.md or templates.
  • Categorize issues as Critical, Important, or Suggestions and generate a formal review report.
  • Generate decisions for approvals or requests for changes based on the checklist.

Quick Start

Start a code review of the active branch or pull request to generate a structured feedback report.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for a pull request?

To automate code review for a pull request, this skill analyzes code changes to identify quality, security, and performance issues, categorizes them by severity, and generates a formal review report with an approval decision. It applies standards loaded from REFERENCE.md or default templates to structure the feedback.

How can I check my git diff for security and performance issues?

You can check your git diff for security and performance issues by running this skill against uncommitted changes or pull requests. It analyzes the diff, categorizes identified issues as Critical, Important, or Suggestions, and outputs a structured code review report.

Can I use custom coding standards during an automated code review?

Yes, you can use custom coding standards during an automated code review by loading them from a REFERENCE.md file. If no custom standards are provided, the skill applies default templates to evaluate code quality, security, and performance.

What is the best way to categorize issues found in a code diff?

The best way to categorize issues found in a code diff is to classify them by severity and impact. This skill automatically categorizes detected quality, security, and performance issues into Critical, Important, or Suggestions to generate a structured review feedback report.

Does automated code review generate an approval decision for changes?

Yes, automated code review generates an approval decision for changes. After analyzing the diff and evaluating the categorized issues against the loaded checklist, this skill produces a formal Code Review Report that includes a decision to approve or request changes.