All directories
SkillEngineeringOperations

GitHub PR Review Skill

Professional PR reviews using the gh CLI—structured feedback for Claude Code review sessions.

01

Overview

GitHub PR Review Skill is a Claude skill added to LimeDock Directories from recent community and vendor roundups. Professional PR reviews using the gh CLI—structured feedback for Claude Code review sessions. This page covers install, how to invoke it, example prompts, prerequisites, and concrete use cases.

SaaSOther

Work with LimeDock

Using this skill? LimeDock can wire it into a durable automation you own.

Skills show what's possible. LimeDock builds and runs the owned marketing, sales, and ops automations around them.

We sell owned automations for SaaS teams — live workflows that plug into Slack, CRM, and your internal platform — not just a skill list.

02

Link

https://github.com/aidankinzett/claude-git-pr-skill
03

Installation guide

git clone https://github.com/aidankinzett/claude-git-pr-skill.git ~/.claude/skills/github-pr-review

Requires GitHub CLI (`gh`) authenticated.

04

How to use it

Point Claude at a PR URL or current branch and ask for a professional review via gh.

05

Example prompts

  • Use the GitHub PR Review Skill skill for: Pre-merge PR critique
  • Walk me through GitHub PR Review Skill step by step, then execute on my project.
  • Review my current approach and improve it using GitHub PR Review Skill.
  • Produce a reusable checklist for running GitHub PR Review Skill on similar work.
06

Use cases and examples

  • Pre-merge PR critique
  • gh-powered review comments
  • Catch missing tests/docs
  • Second-pass human-style review
  • Team playbook trial of GitHub PR Review Skill on a real workflow
07

Prerequisites

  • Claude Code, Claude.ai (Skills enabled), or an Agent Skills–compatible host
  • Permission to install third-party skills — audit SKILL.md and scripts first
  • Project context (CLAUDE.md / product notes) for better outputs
08

Tips

  • Keep triggers specific so GitHub PR Review Skill only fires when relevant.
  • Audit SKILL.md and any bundled scripts before production use.
  • Pair with verification (tests, review, screenshots) before shipping.
  • Re-audit installed skills monthly to avoid context tax from unused packs.
09

Sources