code-review

Review code for correctness, security, performance, readability, and maintainability.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/asd335w3d/SKills --skill code-review-asd335w3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/asd335w3d/SKills/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/asd335w3d/SKills --skill code-review-asd335w3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the comprehensive quality review of code, identifying potential bugs, security vulnerabilities, performance bottlenecks, and deviations from best practices, providing actionable, line-specific improvement suggestions.

Core Features & Use Cases

  • Comprehensive Code Analysis: Analyzes code across correctness, security, performance, readability, and maintainability.
  • Actionable Feedback: Provides specific, line-numbered recommendations and corrected code snippets.
  • Use Case: Before submitting a Pull Request, use this Skill to perform a self-audit on your new code, ensuring it meets quality standards and minimizing review time.

Quick Start

Please review the code in the file src/utils/parser.ts for quality issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review before submitting a pull request?

Automated code review performs a systematic quality audit across correctness, security, performance, and maintainability. You can use this to run a self-audit on new code, identifying specific issues with line numbers and suggested modifications to minimize pull request review time.

Can I scan code for security vulnerabilities and performance bottlenecks automatically?

Scanning code for security vulnerabilities and performance bottlenecks automatically analyzes your files across multiple quality dimensions. It identifies potential bugs and deviations from best practices, providing actionable, line-specific recommendations and corrected code snippets for identified problems.

Does the code review support multiple programming languages?

Code review supports various programming languages based on file extensions or content. It performs a comprehensive quality analysis regardless of the specific language, ensuring your code meets quality standards across correctness, readability, and security.

What is the best way to identify specific bugs and refactoring opportunities in my code?

The best way to identify specific bugs and refactoring opportunities is through a systematic code quality review. This process analyzes code for correctness and maintainability, outputting specific issues with line numbers and suggested code modifications for targeted improvements.

How does AI-driven code analysis provide feedback on code maintainability?

AI-driven code analysis provides feedback on maintainability by systematically reviewing code quality across multiple dimensions. It identifies potential readability issues and deviations from best practices, providing actionable, line-specific recommendations and corrected code snippets to enhance overall code structure.