code-review

Review code for bugs, security, performance, and style issues.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/BaryoDev/Baryo.CLI --skill code-review-baryodev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/BaryoDev/Baryo.CLI/tree/main/default-skills/code-review
Command: npx skills add https://github.com/BaryoDev/Baryo.CLI --skill code-review-baryodev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for thorough code analysis to identify and rectify bugs, security vulnerabilities, performance bottlenecks, and style inconsistencies, thereby improving overall code quality and maintainability.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code across multiple categories including bugs, security, performance, and style.
  • Structured Findings: Presents identified issues categorized by severity (Critical, Warning, Info) with specific file and line references.
  • Actionable Suggestions: Provides clear, actionable recommendations for fixing identified problems.
  • Use Case: A developer can submit a new feature's code to this Skill to receive a detailed report on potential issues before merging, ensuring a higher quality release.

Quick Start

Review the provided code for bugs, security issues, performance problems, and style.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a security audit and bug detection on my code before merging?

Perform a static analysis and security audit by submitting your code for a systematic review that identifies vulnerabilities and defects across multiple categories, reports issues categorized by severity, and provides actionable remediation suggestions with specific file and line references.

What is the best way to identify performance bottlenecks and style inconsistencies in my codebase?

Identify performance bottlenecks and style inconsistencies by running a comprehensive code analysis that scans your codebase, categorizes identified issues by severity, and outputs an actionable report for fixing the problems.

Does static analysis for code quality support various programming languages and development contexts?

Static analysis for code quality supports various programming languages and development contexts, allowing you to review code across bugs, security, performance, and style categories regardless of your specific development environment.

How are code review findings structured and reported to help with remediation?

Code review findings are structured by categorizing identified issues into severity levels like Critical, Warning, and Info, providing specific file and line references, and delivering actionable suggestions for remediation.

Why should I use an automated code review tool instead of manual code inspection?

Use an automated code review tool because it performs systematic analysis across bugs, security, performance, and style simultaneously, ensuring thorough bug detection and rectifying vulnerabilities to improve overall code maintainability.