code-reviewer

Analyzes source code for vulnerabilities, bugs, performance issues, and style problems.

30|7|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/rfdiosuao/openfang-cn --skill code-reviewer-rfdiosuao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/rfdiosuao/openfang-cn/tree/main/crates/openfang-skills/bundled/code-reviewer
Command: npx skills add https://github.com/rfdiosuao/openfang-cn --skill code-reviewer-rfdiosuao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for potential bugs, security vulnerabilities, performance bottlenecks, and adherence to best practices, improving code quality and reducing development time.

Core Features & Use Cases

  • Comprehensive Code Analysis: Identifies security risks, correctness bugs, performance issues, and style deviations.
  • Actionable Feedback: Provides specific, prioritized, and constructive suggestions for improvement.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical issues in pull requests before they reach production, ensuring a higher standard of code quality.

Quick Start

Review the provided code snippet for security vulnerabilities and suggest improvements.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I find security vulnerabilities and bugs in my source code?

Code review analyzes source code to detect security vulnerabilities like SQL injection and path traversal, correctness bugs, and performance regressions. It provides actionable, prioritized feedback to improve overall code quality and resolve identified issues.

What's the best way to automate code review for pull requests?

Automating code review for pull requests involves integrating static analysis into your CI/CD pipeline. This automatically flags critical security risks, input validation flaws, and style deviations before changes reach production.

Does static analysis detect secret handling and dependency risks?

Static analysis detects secret handling and dependency risks by examining source code for exposed credentials and vulnerable libraries. It focuses on these areas alongside authentication flaws to ensure comprehensive application security.

How do I get actionable feedback for code improvement?

Actionable feedback for code improvement is generated by analyzing your codebase for style issues, performance bottlenecks, and security vulnerabilities. The review provides specific, constructive suggestions to fix the identified bugs and regressions.

Can I use this code review for input validation and authentication checks?

You can use code review for input validation and authentication checks. The analysis specifically targets these mechanisms, identifying potential bypasses or flaws to ensure your application's access controls function securely.

What are the limitations of automated code analysis?

Automated code analysis focuses on identifying static patterns for bugs, security vulnerabilities, and performance regressions. While it provides prioritized feedback, complex logical flaws or dynamic runtime issues may require additional manual review.