code-reviewer

Review pull requests and generate prioritized code review reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reduce the time and inconsistency of manual pull request reviews by providing a structured, prioritized, and actionable review workflow that surfaces correctness, security, performance, and maintainability issues.

Core Features & Use Cases

  • Structured Review Workflow: Step-by-step process for context, architecture, code details, tests, and final verdict to ensure consistent outcomes across reviewers.
  • Actionable Feedback & Templates: Prioritized feedback categories (critical, major, minor), example phrasings, and a report template to streamline reviewer output.
  • Use Case: Use this Skill to audit a feature PR for security vulnerabilities, catch N+1 query issues, validate test coverage, and produce a merge/no-merge recommendation.

Quick Start

Review the pull request, identify critical, major, and minor issues, suggest exact code fixes with examples, and produce a final review report with a verdict.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I generate an actionable code review report for a pull request?▼

An actionable code review report categorizes pull request findings into critical, major, and minor issues, providing example code fixes and a final merge verdict to ensure consistent review outcomes.

What is included in a structured pull request review checklist?▼

A structured review checklist evaluates context, architecture, code details, and test coverage to identify security vulnerabilities, N+1 query issues, and maintainability problems across frontend and backend repositories.

How do I validate test coverage during a code quality audit?▼

Validate test coverage during a code quality audit by executing a step-by-step review workflow that checks test validation alongside code details, ensuring functional correctness before producing a final review verdict.

Can I use automated code review to find security vulnerabilities in frontend and backend repositories?▼

Yes, automated code review can audit feature pull requests across both frontend and backend repositories to surface security vulnerabilities and performance issues using a structured, prioritized feedback template.

What is the best way to prioritize refactoring suggestions from a PR review?▼

Prioritize refactoring suggestions by categorizing identified maintainability and performance issues into critical, major, and minor feedback tiers, generating a prioritized remediation list with example phrasings.

Does automated code review provide a merge recommendation for pull requests?▼

Yes, automated code review produces a final verdict in the report template, delivering a merge or no-merge recommendation based on evaluated correctness, security, performance, and test coverage checks.