code-reviewer

Analyze code diffs and pull requests to produce structured review reports.

16|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Marwan78888/Neuron-Cli --skill code-reviewer-marwan78888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Marwan78888/Neuron-Cli/tree/main/scratch/claude-skills-main/skills/code-reviewer
Command: npx skills add https://github.com/Marwan78888/Neuron-Cli --skill code-reviewer-marwan78888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables teams to systematically analyze code changes, identify bugs, security vulnerabilities, code smells, and architectural concerns, and produce a structured review report for faster, higher-quality PR feedback.

Core Features & Use Cases

  • Comprehensive analysis of diffs and files across languages to surface issues in correctness, security, performance, and maintainability.
  • Standardized feedback with prioritized, actionable recommendations suitable for PR reviews, audits, or refactoring tasks.
  • Complementary usage with security-reviewer and test-master to cover security, tests, and architecture considerations across codebases.
  • Use cases include reviewing pull requests for critical bugs, conducting code quality audits, and identifying refactoring opportunities to improve long-term maintainability.

Quick Start

Review a recent PR and generate a structured, prioritized 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 pull request reviews to find bugs and security vulnerabilities?

Automate pull request reviews by analyzing code diffs to identify bugs, security vulnerabilities, and code smells, then producing a structured, prioritized feedback report for faster PR feedback.

What is the best way to conduct a code quality audit across multiple languages?

Conduct a code quality audit by applying static analysis to code diffs and files across multiple languages, surfacing architectural concerns and refactoring opportunities to improve long-term maintainability.

Can I use automated code review for identifying architectural concerns in diffs?

Yes, automated code review evaluates design and implementation by extracting context from PR descriptions to identify architectural concerns, returning prioritized, actionable feedback in a consistent template.

How do I generate a structured review report for a codebase refactoring task?

Generate a structured review report by analyzing code changes for correctness, performance, and maintainability issues, identifying refactoring opportunities to improve long-term codebase health.

Does this code review approach work without specific static analysis tool dependencies?

Yes, this code review approach operates without external static analysis tool dependencies, applying comprehensive analysis directly to code diffs and files across various languages and codebases.

Why should I use structured code review instead of manual PR checks?

Structured code review provides standardized, prioritized, actionable recommendations for PR reviews, ensuring consistent feedback on security vulnerabilities and code smells that manual checks often miss.