code-review

Analyze pull requests for security vulnerabilities and SOLID principles.

23|2|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/asgarovf/locusai --skill code-review-asgarovf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/asgarovf/locusai/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/asgarovf/locusai --skill code-review-asgarovf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security, and adherence to best practices, ensuring higher-quality software and reducing the burden on human reviewers.

Core Features & Use Cases

  • Comprehensive Code Analysis: Checks for bugs, security vulnerabilities, performance issues, and adherence to coding standards.
  • Structured Feedback: Provides actionable, prioritized feedback based on established best practices and common anti-patterns.
  • Use Case: When a pull request is submitted, this Skill can be invoked to perform an initial, thorough review, flagging potential issues for the human reviewer to focus on.

Quick Start

Use the code-review skill to review the attached pull request for security vulnerabilities and adherence to SOLID principles.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews for security vulnerabilities and SOLID principles?

Automated pull request reviews analyze code for security vulnerabilities and SOLID principles by utilizing linters, security scanners, and code quality analyzers to provide actionable feedback. This process flags potential issues for human reviewers to focus on.

What's the best way to check code quality and adherence to best practices before merging?

Checking code quality before merging involves analyzing pull requests for bugs, performance bottlenecks, and adherence to coding standards. This automated review provides structured, prioritized feedback based on established best practices and common anti-patterns.

Does automated code auditing work across various programming languages?

Automated code auditing conducts thorough, constructive reviews for quality and security across various programming languages. It checks for adherence to coding standards and identifies common anti-patterns regardless of the specific language used.

How do I find performance bottlenecks and testing coverage gaps in a PR?

Finding performance bottlenecks and testing coverage gaps in a PR involves analyzing the submitted code for performance issues and testing coverage. The review process highlights these areas to ensure higher-quality software and reduce the burden on human reviewers.

When do I need to use an automated code review tool?

You need an automated code review tool when a pull request is submitted and requires an initial, thorough review. It automates the process of checking code for quality, security, and adherence to best practices, reducing the burden on human reviewers.