Review Pull Request

Review pull requests for security, logic, performance, and style issues.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/CarGDev/codetyper.cli --skill review-pull-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Review Pull Request
Source: https://github.com/CarGDev/codetyper.cli/tree/main/src/skills/review-pr
Command: npx skills add https://github.com/CarGDev/codetyper.cli --skill review-pull-request

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of code review, identifying potential bugs, security vulnerabilities, performance issues, and style inconsistencies before code is merged.

Core Features & Use Cases

  • Comprehensive Analysis: Analyzes code changes across security, logic, performance, and style.
  • Structured Feedback: Provides detailed findings with severity levels, locations, and suggestions for improvement.
  • Use Case: Before merging a new feature, trigger this Skill to get an automated, in-depth review of the code changes, ensuring code quality and catching potential issues early.

Quick Start

Use the review pr skill to analyze the current pull request.

Frequently Asked Questions about Review Pull Request

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, use this Skill to analyze Git changes and identify security, logic, performance, and style issues. It provides structured feedback with severity ratings to catch potential bugs before merging.

What is automated code analysis and how does it work?

Automated code analysis is a process that uses predefined categories to scan Git changes for vulnerabilities and inconsistencies. This Skill operates by running bash, read, and grep tools to gather context and evaluate code quality with high confidence.

Can I use this automated code review with my existing Git workflow?

Yes, you can use this automated code review with your Git workflow. It performs comprehensive analysis on pull requests or sets of changes using standard Git commands, requiring only bash, read, and grep tools for context gathering.

What specific issues does automated pull request analysis check for?

Automated pull request analysis checks for security vulnerabilities, logic errors, performance issues, and style inconsistencies. It evaluates these predefined categories to provide detailed findings complete with locations and suggestions for improvement.

When do I need to run an automated code review before merging?

You need to run an automated code review before merging a new feature to ensure code quality and catch potential issues early. Triggering this process analyzes your pull request changes to identify bugs and style inconsistencies.

Does automated code review require specific tools to run?

Yes, automated code review requires bash, read, and grep tools to function. These tools are necessary for the Skill to gather context and perform its comprehensive analysis on your pull request changes.