code-reviewer

Analyze code for correctness, security vulnerabilities, performance issues, and best practices violations, returning prioritized, actionable feedback with fix suggestions.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/gagan114662/exp --skill code-reviewer-gagan114662
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/gagan114662/exp/tree/main/crates/openfang-skills/bundled/code-reviewer
Command: npx skills add https://github.com/gagan114662/exp --skill code-reviewer-gagan114662

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, providing developers with actionable feedback to improve code quality.

Core Features & Use Cases

  • Comprehensive Code Analysis: Analyzes code for security flaws, correctness bugs, performance issues, and style guide violations.
  • Prioritized Feedback: Issues are ranked by severity, ensuring critical problems are addressed first.
  • Actionable Suggestions: Provides specific, concrete recommendations and code snippets for fixes.
  • Use Case: Integrate into a CI/CD pipeline to automatically flag potential issues in pull requests before they are merged, ensuring higher code quality and security.

Quick Start

Use the code-reviewer skill to analyze the provided code snippet for security vulnerabilities.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review to find security vulnerabilities and bugs?

Automating code review identifies security vulnerabilities, correctness bugs, and performance issues by analyzing code patterns and adherence to best practices. It provides actionable, prioritized suggestions and concrete code snippets to fix critical problems first.

What does prioritized feedback mean when analyzing code for performance issues?

Prioritized feedback for performance issues ranks identified problems by severity. This ensures critical security flaws and bottlenecks are addressed first, providing developers with specific, actionable recommendations to improve code quality and performance.

Can I integrate automated code analysis into a CI/CD pipeline for pull requests?

Automated code analysis integrates into CI/CD pipelines to flag potential issues in pull requests before merging. This ensures higher code quality and security by automatically checking for correctness, style guide violations, and vulnerabilities.

Does code review automation work without specific framework dependencies?

Code review automation operates without specific framework dependencies. It analyzes code for security flaws, performance issues, and best practices directly, providing concrete recommendations and code snippets for fixes regardless of the underlying framework.

What is the best way to check code adherence to best practices and style guides?

The best way to check adherence to best practices and style guides is through comprehensive code analysis. It detects style guide violations, security vulnerabilities, and performance issues, returning specific, concrete recommendations to fix them.