code-reviewer

Analyze code changes for quality and security issues with structured severity feedback.

15|7|Updated Sep 29, 2025
One-click install
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill code-reviewer-nodnarbnitram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/nodnarbnitram/claude-code-extensions/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill code-reviewer-nodnarbnitram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides code reviews to improve quality, security, and maintainability across changes.

Core Features & Use Cases

  • Checklist-driven review of code quality, security, error handling, performance, and testing
  • Produces structured feedback with severity levels

Quick Start

Read target files with the Read tool, search for patterns with Grep, and organize feedback using the assessment checklist.

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 security and quality issues across pull requests?

Code review uses a structured checklist to identify security vulnerabilities, readability problems, error handling gaps, performance bottlenecks, and maintainability concerns in pull requests and diffs. The Skill reads target files, searches for patterns, and outputs organized feedback categorized by severity to support thorough audits.

Can I automate code reviews across multiple programming languages?

Yes. The Skill analyzes code changes across languages by reading files, applying a review checklist to assess quality and security, and producing severity-ranked feedback. It works with any language supported by your codebase and integrates into CI workflows.

What should I check when reviewing code for maintainability and error handling?

A structured review checklist covers readability, security, error handling, performance, and maintainability. The Skill helps you locate related files with glob patterns, search for specific code patterns with grep, and organize findings by severity to ensure nothing is missed.

How does a checklist-driven approach improve code review consistency?

Checklist-driven review ensures every pull request is evaluated against the same quality, security, and maintainability criteria. This approach produces consistent, actionable feedback across reviewers and catches issues systematically rather than relying on ad-hoc inspection.

Can I use code review automation in my CI pipeline?

Yes. The Skill integrates into CI workflows to audit code changes automatically. It reads diffs and codebases, applies the review checklist, and outputs structured feedback with severity levels so issues are flagged before merge.

What output format does a structured code review produce?

The Skill outputs organized feedback categorized by severity level, making it easy to prioritize fixes. Findings are structured by review category—security, quality, error handling, performance, maintainability—for clear communication to developers.