code-reviewer

Identify and prioritize coding bugs, security vulnerabilities, and code smells.

Updated May 31, 2026
One-click install
npx skills add https://github.com/fanguyun/SkillManager --skill code-reviewer-fanguyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/fanguyun/SkillManager/tree/main/code-reviewer
Command: npx skills add https://github.com/fanguyun/SkillManager --skill code-reviewer-fanguyun

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The code-reviewer Skill unit tackles the complexities of code reviews, providing a structured process for identifying and addressing bugs, security vulnerabilities, and code quality issues.

Core Features & Use Cases

  • Bug Identification: Detects common coding bugs, such as SQL injection, XSS, and N+1 queries.
  • Security Vulnerabilities: Flags potential security issues for review and remediation.
  • Code Quality: Ensures code follows best practices, with a focus on readability and maintainability.
  • Use Case: Ideal for software development teams during pull request reviews or ongoing code quality audits.

Quick Start

Review the pull request by invoking the code-reviewer Skill.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I identify security vulnerabilities and code smells in a pull request?

To identify security vulnerabilities and code smells in a pull request, you can use automated code review processes to detect SQL injection, XSS, and N+1 queries, generating a structured feedback report for remediation.

What is the best way to automate code quality audits for software development teams?

Automating code quality audits involves systematically scanning codebases to ensure adherence to best practices, focusing on readability and maintainability, while flagging potential security issues for ongoing review.

How does structured code review improve bug identification during development?

Structured code review improves bug identification by prioritizing coding bugs and security vulnerabilities, providing a comprehensive report that helps developers address critical issues like SQL injection and XSS before deployment.

Can I perform architectural analysis and refactoring checks without external dependencies?

Yes, performing architectural analysis and refactoring checks can be achieved using standalone scripts and references, allowing you to audit code quality and identify structural issues without requiring external dependencies.

When do I need a comprehensive code review report for my pull requests?

You need a comprehensive code review report for your pull requests when you must prioritize complex coding bugs, ensure security vulnerability remediation, and validate that code follows maintainability best practices before merging.