code-review

Analyze code for issues and improvements before merging changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of static code review, ensuring code quality, security, and maintainability before merge.

Core Features & Use Cases

  • Code Quality Analysis: Detects code smells, complex logic, and poor practices.
  • Security Assessment: Identifies security vulnerabilities and injection points.
  • Automated Review Workflow: Offers a structured workflow for reviewing code, including steps for checking correctness, security, code quality, error handling, testing, documentation, and performance.
  • Use Case: When preparing a pull request or merging code, this Skill helps in conducting a comprehensive review that catches issues before they affect the main codebase.

Quick Start

To begin a code review, type 'Start a code review of the changes from branch <branch_name>'.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate static code analysis before merging changes?

Static code analysis before merging is automated by initiating a review of your branch changes. The process checks correctness, security, code quality, error handling, testing, documentation, and performance to ensure adherence to best practices.

What is the best way to perform a security assessment on a pull request?

The best way to perform a security assessment on a pull request is to run a structured code review. It identifies security vulnerabilities and injection points while simultaneously evaluating code smells and complex logic.

How do I start a code review for a specific branch?

To start a code review for a specific branch, request the review by specifying the branch name. This triggers the automated review workflow to detect potential issues and improvements in the codebase before merging.

Can static analysis detect code smells and poor coding practices?

Static analysis can detect code smells, complex logic, and poor practices. It conducts a comprehensive review process to minimize security vulnerabilities and enhance overall code quality before changes affect the main codebase.

Does code review workflow check testing and documentation?

The code review workflow explicitly checks testing and documentation. It follows a structured workflow that includes steps for verifying correctness, security, code quality, error handling, testing, documentation, and performance.

When do I need static code analysis for quality assurance?

You need static code analysis for quality assurance when preparing a pull request or merging code. It ensures code maintainability and minimizes security vulnerabilities before changes are integrated into the main codebase.