code-reviewer

Review pull request diffs for correctness, security, performance, and maintainability.

1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Coffelix2023/c6x-mynotes --skill code-reviewer-coffelix2023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Coffelix2023/c6x-mynotes/tree/main/about_llm/skills/code-reviewer
Command: npx skills add https://github.com/Coffelix2023/c6x-mynotes --skill code-reviewer-coffelix2023

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring code quality, security, and maintainability by providing expert-level code reviews for pull requests and audits.

Core Features & Use Cases

  • Pull Request Reviews: Conduct thorough reviews of code changes before merging.
  • Code Quality Audits: Identify areas for refactoring, performance improvements, and adherence to best practices.
  • Security Vulnerability Detection: Scan code for common security flaws.
  • Use Case: A team is preparing to merge a critical feature. They use the code-reviewer Skill to perform a final check, ensuring the code is robust, secure, and follows established patterns, preventing potential bugs and vulnerabilities in production.

Quick Start

Use the code-reviewer skill to review the pull request changes in the provided diff.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I review a pull request for security vulnerabilities and performance issues?

To review a pull request for security vulnerabilities and performance issues, provide the code diff to an automated reviewer. It identifies N+1 queries, missing error handling, and security flaws, offering actionable feedback based on software engineering principles.

What is the best way to audit code quality and find refactoring suggestions before merging?

Auditing code quality for refactoring suggestions involves analyzing code changes for correctness, maintainability, and performance. A dedicated review tool checks established patterns to prevent bugs and vulnerabilities before production deployment.

Can I use automated code review to detect missing error handling in my codebase?

Yes, automated code review can detect missing error handling in your codebase. It scans provided code changes to identify common issues and provides actionable feedback to improve robustness and maintainability.

How does a code reviewer identify N+1 queries and security flaws in a diff?

A code reviewer identifies N+1 queries and security flaws by analyzing the provided diff against established software engineering principles. It focuses on correctness, performance, and maintainability to deliver actionable feedback.

What are the limitations of using automated code reviews for critical feature deployments?

Automated code reviews for critical features focus on common issues like security vulnerabilities and performance. They provide actionable feedback but should be complemented with human oversight to ensure complete robustness before merging.

Do I need to provide a specific file format for a code quality audit?

You need to provide the pull request changes as a diff for a code quality audit. The review process analyzes these changes to identify refactoring opportunities and security vulnerabilities.