code-review

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

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/SpandanM110/Accomplish-M110 --skill code-review-spandanm110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/SpandanM110/Accomplish-M110/tree/main/apps/desktop/bundled-skills/code-review
Command: npx skills add https://github.com/SpandanM110/Accomplish-M110 --skill code-review-spandanm110

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for robust code quality assurance by identifying and rectifying bugs, security vulnerabilities, performance bottlenecks, and deviations from best practices.

Core Features & Use Cases

  • Comprehensive Code Analysis: Analyzes code for correctness, security, performance, maintainability, and adherence to best practices.
  • Actionable Feedback: Provides specific, categorized feedback with suggested fixes for identified issues.
  • Use Case: A developer can submit a pull request to this Skill to receive a detailed report on potential issues before merging, ensuring higher code quality and reducing the likelihood of production bugs.

Quick Start

Use the code-review skill to review the attached file 'main.py' for any security vulnerabilities.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code for security vulnerabilities and performance issues?

To review code for security vulnerabilities and performance issues, submit your code for analysis to identify SQL injection, XSS, and bottlenecks. The review provides actionable feedback with severity levels and suggested fixes.

Can I analyze a pull request for bugs and maintainability concerns before merging?

Yes, you can analyze a pull request for bugs and maintainability concerns before merging. Submitting the code provides a detailed report on logic errors and input validation, ensuring higher code quality and reducing production bugs.

What is the best way to check code adherence to best practices?

The best way to check code adherence to best practices is through comprehensive code analysis. This process evaluates correctness, security, performance, and maintainability, providing categorized feedback with suggested fixes for identified deviations.

Does automated code review provide actionable feedback for logic errors?

Yes, automated code review provides actionable feedback for logic errors. It analyzes code correctness and input validation, returning specific, categorized feedback with severity levels and suggested fixes for identified problems.

How do I identify SQL injection and XSS vulnerabilities in my code?

To identify SQL injection and XSS vulnerabilities, perform a security analysis of your code. The review detects these vulnerabilities and provides actionable feedback with suggested fixes to ensure robust code quality assurance.

What types of performance bottlenecks can a code review detect?

A code review can detect various performance bottlenecks by analyzing code execution and resource usage. It evaluates performance issues alongside correctness and maintainability, providing severity levels and suggested fixes for identified bottlenecks.