code-reviewer

Review code changes for correctness, security, maintainability, and performance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides expert code reviews that focus on correctness, security, maintainability, and performance, helping to improve code quality and developer skills.

Core Features & Use Cases

  • Constructive Feedback: Delivers actionable feedback that teaches developers, rather than just criticizing.
  • Comprehensive Checks: Covers correctness, security vulnerabilities, maintainability, performance bottlenecks, and testing coverage.
  • Use Case: Integrate into your CI/CD pipeline to automatically flag critical issues before merging code, ensuring higher quality releases.

Quick Start

Use the code-reviewer skill to review the attached code changes.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I get constructive feedback on code changes before merging?

You can get constructive feedback on code changes by submitting them for automated review focusing on correctness, security, maintainability, and performance. The analysis checks against best practices and common anti-patterns to deliver prioritized, educational suggestions.

What does an automated code review check for in terms of security and performance?

An automated code review checks for security vulnerabilities and performance bottlenecks by analyzing code against common security pitfalls and anti-patterns. It identifies maintainability issues and offers prioritized, actionable feedback to ensure higher quality releases.

Can I integrate automated code analysis into my CI/CD pipeline?

Yes, you can integrate automated code analysis into your CI/CD pipeline to automatically flag critical issues before merging code. This ensures higher quality releases by catching correctness, security, and maintainability problems early in the development workflow.

What is the best way to improve code maintainability and prevent anti-patterns?

The best way to improve code maintainability and prevent anti-patterns is using an expert code review process that analyzes changes against established best practices. This provides educational feedback that teaches developers how to avoid common pitfalls and write better code.

Does code review feedback teach developers or just point out errors?

Code review feedback actively teaches developers rather than just pointing out errors. It delivers constructive, educational feedback with prioritized suggestions, helping developers understand the underlying security pitfalls and performance issues to improve their skills.