review-pr

Automate GitHub pull request reviews with code quality, security, and documentation checks.

23|10|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/deepgram/dglabs-deepclaw --skill review-pr-deepgram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/deepgram/dglabs-deepclaw/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/deepgram/dglabs-deepclaw --skill review-pr-deepgram

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reviewing GitHub pull requests, allowing for structured feedback and assessment without merging, pushing, or making code changes.

Core Features & Use Cases

  • Structured Feedback: Provides a framework for thorough review of pull requests.
  • Automated Checks: Integrates with GitHub and performs checks like code quality, security, and documentation compliance.
  • Use Case: For developers and code reviewers who need to assess the readiness of a pull request before merging it into the main branch.

Quick Start

Run the review-pr skill with the PR number or URL to start the analysis.

Frequently Asked Questions about review-pr

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

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

To automate code review for a GitHub pull request, this skill executes pre-defined checks for code quality, security, and documentation compliance using the GitHub API. It requires a local git repository with the pull request branch and the gh command line tool.

What checks are performed during an automated pull request review?

Automated pull request review checks include code quality analysis, security scanning, and documentation verification. The skill executes these pre-defined commands locally against the pull request branch to assess readiness before merging without pushing or making code changes.

Do I need the GitHub CLI and local git repository to review a pull request?

Yes, you need the GitHub CLI (gh) and a local git repository to review a pull request. The skill depends on these tools to access the GitHub API and execute automated checks against the local pull request branch.

How do I start a pull request review using a PR number?

You can start a pull request review by providing the PR number or URL. The skill uses this input to fetch branch data via the GitHub API and runs structured checks to generate feedback without merging or modifying the code.

Can I assess pull request readiness without merging into the main branch?

Yes, you can assess pull request readiness without merging into the main branch. The skill performs code quality, security, and documentation compliance checks locally without pushing, merging, or altering the repository code.

What are the limitations of using automated checks for GitHub code reviews?

The limitations of automated checks for GitHub code reviews include the requirement for a local git repository and the GitHub CLI. It focuses on code quality, security, and documentation without executing actual code merges or pushes.