pro-review

Analyze source code for quality, security, and performance issues.

7|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/Cassiiopeia/projectops --skill pro-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pro-review
Source: https://github.com/Cassiiopeia/projectops/tree/main/skills/pro-review
Command: npx skills add https://github.com/Cassiiopeia/projectops --skill pro-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the code review process, providing comprehensive feedback on code quality, security, and performance.

Core Features & Use Cases

  • Security Checks: Identifies critical security vulnerabilities such as SQL Injection and XSS.
  • Performance Analysis: Detects performance bottlenecks like N+1 queries and memory leaks.
  • Bug Detection: Finds logic errors and edge case issues in the code.
  • Code Quality Assurance: Evaluates adherence to coding standards and best practices.
  • Use Case: Ideal for developers and reviewers to ensure high-quality code before deployment.

Quick Start

Run the review skill on your PR or codebase with /review.

Frequently Asked Questions about pro-review

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

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

Automate code review by analyzing source code for security vulnerabilities and performance issues. This process identifies SQL Injection, XSS, and N+1 queries, providing structured feedback categorized into critical, major, and minor issues before deployment.

What is the best way to check my codebase for logic errors and edge case bugs?

The best way to check for logic errors and edge case bugs is through automated bug detection. This process evaluates your source code against best practices to find common pitfalls and provides structured feedback on critical, major, and minor issues.

Can I use an automated code review tool for various programming languages?

Yes, you can use automated code review for various programming languages. The analysis handles diverse codebases by evaluating adherence to coding standards and best practices, ensuring comprehensive quality assurance across different language environments.

How do I run a code quality and security audit on my pull request?

Run a code quality and security audit on your pull request by executing the review command. This triggers automated analysis of your source code, detecting memory leaks and security flaws, then outputs structured feedback with prioritized issues.

Why does automated performance analysis help prevent memory leaks and bottlenecks?

Automated performance analysis prevents memory leaks and bottlenecks by detecting specific issues like N+1 queries within the source code. It evaluates the code against performance best practices and flags these inefficiencies as structured feedback for developers.