review

Reviews GitHub and GitLab pull requests by analyzing code diffs against predefined conventions and checklists.

11|7|Updated Nov 6, 2015
One-click install
npx skills add https://github.com/gufranco/dotfiles --skill review-gufranco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/gufranco/dotfiles/tree/main/claude/skills/review
Command: npx skills add https://github.com/gufranco/dotfiles --skill review-gufranco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, glab, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes in pull requests, ensuring adherence to best practices and catching potential issues before merging.

Core Features & Use Cases

  • Automated Code Analysis: Analyzes code diffs against defined conventions and checklists.
  • Platform Support: Works with both GitHub and GitLab pull/merge requests.
  • Structured Feedback: Provides actionable, human-like comments and a summary review.
  • Use Case: Before merging a new feature, use this Skill to get a thorough review that checks for correctness, security, and adherence to project standards.

Quick Start

Use the review skill to analyze the current pull request.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for pull requests on GitHub and GitLab?

Automate code review by analyzing pull request diffs against predefined conventions, checking correctness, security, and error handling, then generating structured inline comments and a natural language summary.

What is the best way to check code quality before merging a pull request?

Check code quality before merging by running an automated review that analyzes code diffs against project checklists, ensuring adherence to best practices and catching potential issues early.

Do I need CLI tools to review merge requests with AI?

Yes, AI merge request review requires either the `gh` or `glab` CLI tool for platform interaction to fetch diffs and post structured feedback comments on GitHub or GitLab.

Can I use AI to review code for security and error handling?

Yes, use AI to review code for security and error handling by analyzing pull request diffs against defined conventions to catch potential vulnerabilities and structural issues before merging.

Does automated pull request review work with both GitHub and GitLab?

Yes, automated pull request review works with both GitHub and GitLab platforms, requiring the respective `gh` or `glab` CLI tools to interact with the repository and post feedback.