code-review

Analyze source code for bugs, security vulnerabilities, and performance issues.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/CxxxxDxxxF/project-blackout --skill code-review-cxxxxdxxxf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/CxxxxDxxxF/project-blackout/tree/main/apps/desktop/bundled-skills/code-review
Command: npx skills add https://github.com/CxxxxDxxxF/project-blackout --skill code-review-cxxxxdxxxf

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 deviations from best practices, ultimately improving software quality and maintainability.

Core Features & Use Cases

  • Comprehensive Analysis: Reviews code for correctness, security, performance, maintainability, and adherence to best practices.
  • Actionable Feedback: Provides specific, categorized feedback with suggested fixes.
  • Use Case: Developers can use this skill to automatically check their code before committing or submitting a pull request, catching potential issues early in the development cycle.

Quick Start

Use the code-review skill to analyze the provided code snippet for potential bugs and security flaws.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I analyze source code to identify security vulnerabilities and bugs?

To perform a code review for bugs and security vulnerabilities, provide your source code snippet to an automated analysis tool. The system reviews correctness, security, performance, and maintainability, generating categorized feedback with suggested fixes for each identified issue.

What's the best way to check code quality and performance optimization before a pull request?

The best way to check code quality and performance optimization before a pull request is to run an automated code review. It detects deviations from coding best practices and performance bottlenecks early, ensuring software maintainability before committing changes.

Can I use automated code review to improve software maintainability and adherence to best practices?

Yes, you can use automated code review to improve software maintainability and best practices. The analysis specifically evaluates your source code against established coding standards, reporting deviations and providing actionable feedback to rectify maintainability issues.

Does code review analysis support detailed feedback on correctness and security?

Code review analysis does support detailed feedback on correctness and security. It comprehensively examines source code to report on bugs and security vulnerabilities, utilizing specific output formats to highlight issues and suggest appropriate fixes.

When do I need to run a security analysis and bug detection scan on my codebase?

You need to run a security analysis and bug detection scan when preparing to commit code or submit a pull request. Catching performance issues, security vulnerabilities, and best practice deviations early in the development cycle improves overall software quality.