review

Review code files for correctness, security, and performance issues.

10|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/bugrabilge/bilge-development-kit --skill review-bugrabilge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/bugrabilge/bilge-development-kit/tree/main/.claude/skills/review
Command: npx skills add https://github.com/bugrabilge/bilge-development-kit --skill review-bugrabilge

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, ensuring code quality, security, and performance across various aspects of a project.

Core Features & Use Cases

  • Multi-agent Analysis: Leverages specialized agents (frontend, backend, security, etc.) to analyze code based on file type and context.
  • Structured Reporting: Provides a clear, prioritized report of findings with actionable fixes.
  • Use Case: Before merging a new feature, run /review to get a detailed analysis of potential bugs, security vulnerabilities, and performance bottlenecks.

Quick Start

Run the review skill on the file 'src/utils/helpers.ts'.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate a comprehensive code review for security vulnerabilities and performance bottlenecks?

Automated code review uses specialized AI agents to analyze correctness, security, performance, and maintainability across your project files. It generates a structured report prioritizing findings by severity with actionable fixes for identified vulnerabilities and bottlenecks.

Can I run a code review on specific files and directories instead of the entire project?

Code review can be performed on specified files, directories, or recent changes within your project. This targeted analysis assesses type safety, error handling, and testing coverage, providing a prioritized report of findings based on the selected scope.

How does multi-agent code review analyze frontend and backend code differently?

Multi-agent code review leverages specialized agents tailored for frontend, backend, and security contexts to analyze code based on file type. This targeted approach ensures accurate assessment of maintainability, type safety, and specific architectural concerns.

What is the best way to check testing coverage and error handling before merging a new feature?

Running a comprehensive code review before merging a new feature checks testing coverage, error handling, and type safety. It produces a structured, severity-prioritized report detailing potential bugs and actionable fixes to ensure code quality.

Does automated code review work without requiring external dependencies?

Automated code review operates without external dependencies, utilizing internal scripts and reference components. It performs specialized analysis on your codebase to identify security vulnerabilities and performance issues directly.

Why should I not use automated code review for unstructured or unsupported file types?

Automated code review is designed for structured source code analysis, assessing aspects like type safety and maintainability. Unsupported file types lack the necessary syntactical structure for the specialized agents to accurately evaluate correctness or generate actionable fixes.