code-review

Identify code-quality issues, security vulnerabilities, and maintainability gaps in pull requests.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/PequiProject/pequi --skill code-review-pequiproject
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/PequiProject/pequi/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/PequiProject/pequi --skill code-review-pequiproject

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides structured, expert-grade feedback to improve code quality, security, and maintainability during reviews.

Core Features & Use Cases

  • Comprehensive feedback: identifies defects, security gaps, and optimization opportunities across languages.
  • Standards alignment: enforces best practices, SOLID principles, and documentation standards.
  • Use Case: When reviewing a PR, it checks for correctness, readability, and test adequacy, then outputs concrete improvement suggestions.

Quick Start

Analyze a pull request and return a prioritized list of actionable improvements to the author.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a pull request?▼

To automate code review for a pull request, apply static analysis to identify security vulnerabilities and maintainability gaps, generating structured, actionable feedback for developers and reviewers.

What is static analysis for code quality and security?▼

Static analysis for code quality and security is the process of checking a multi-language codebase against best practices and a defined checklist to identify defects and enforce SOLID principles.

Does multi-language code review work for repositories using different programming languages?▼

Multi-language code review works across different programming languages by scanning the codebase to identify defects, security gaps, and optimization opportunities regardless of the language used.

Can I enforce SOLID principles and best practices during a code review?▼

You can enforce SOLID principles and best practices during a code review by applying standards alignment checks that evaluate correctness, readability, and test adequacy before providing concrete improvement suggestions.

What is the best way to check a pull request for security vulnerabilities?▼

The best way to check a pull request for security vulnerabilities is to run a comprehensive review that identifies security gaps and outputs a prioritized list of actionable improvements to the author.