code-review

Analyze JavaScript and Python codebases for quality, security, and maintainability issues.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/automacoescomerciaisintegradas/skills --skill code-review-automacoescomerciaisintegradas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/automacoescomerciaisintegradas/skills/tree/main/.pagia/skills/code-review
Command: npx skills add https://github.com/automacoescomerciaisintegradas/skills --skill code-review-automacoescomerciaisintegradas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and prone to inconsistency; this Skill automates a structured review focusing on quality, security, performance, and best practices to provide clear, actionable feedback.

Core Features & Use Cases

  • Automated Quality Review: Evaluate readability, maintainability, and adherence to coding standards.
  • Security & Compliance: Identify vulnerabilities and unsafe patterns.
  • Documentation & Tests: Assess documentation quality and test coverage.
  • Use Case: When reviewing a PR, this Skill analyzes changes and returns a prioritized report with fixes and rationale.

Quick Start

Run the skill against your repository to generate a code-review report with prioritized remediation steps.

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 JavaScript and Python projects?

Automated code review for JavaScript and Python projects analyzes your codebase for readability, security vulnerabilities, and performance concerns. It evaluates adherence to coding standards and returns a prioritized report with actionable remediation steps and rationale.

What is the best way to identify security vulnerabilities during a code review?

Identifying security vulnerabilities during code review requires structured checks for unsafe patterns and compliance issues. This approach scans the codebase to detect vulnerabilities, providing clear, actionable feedback to ensure robust and secure code.

How can I check code maintainability and adherence to best practices?

Checking code maintainability and best practices involves evaluating readability and adherence to coding standards. Automated analysis assesses documentation quality and test coverage, producing actionable recommendations to improve overall code quality.

Does automated code review work for pull requests?

Automated code review works for pull requests by analyzing the applied changes. It evaluates the modifications against quality, security, and performance criteria, returning a structured and prioritized report with fixes and rationale.

What is included in an automated code quality analysis?

An automated code quality analysis includes structured checks for readability, security, performance, best practices, documentation, and testing. It produces a prioritized report with actionable recommendations to address identified issues.