review-pr

Fetch GitHub or GitLab PRs and analyze them with sdd-review.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/davidarce/devrune-starter-catalog --skill review-pr-davidarce
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/davidarce/devrune-starter-catalog/tree/main/skills/review-pr
Command: npx skills add https://github.com/davidarce/devrune-starter-catalog --skill review-pr-davidarce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR/MR reviews are time-consuming and error-prone when done manually; this skill automates fetching, analyzing, and commenting on PRs/MRs across GitHub and GitLab using sdd-review to surface findings for human review.

Core Features & Use Cases

  • Delegates to a PR/MR review sub-agent to detect platform, fetch PR/MR details, create an isolated worktree, and run analysis with sdd-review.
  • Post inline comments with findings for GitHub or GitLab, enabling fast feedback and human-in-the-loop decision-making.
  • Supports both GitHub (gh CLI) and GitLab (glab CLI); ideal for standardizing reviews, onboarding, and scalable code-review workflows.

Quick Start

Ask the AI to review PR 123 in owner/repo and report inline findings.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate PR reviews on GitHub and GitLab using AI?▼

Automate PR reviews by fetching the target PR from GitHub or GitLab and analyzing it with sdd-review to surface actionable findings. The skill detects the platform, fetches details, creates an isolated worktree, and outputs structured findings suitable for inline comments.

Do I need gh or glab CLI tools to review pull requests with an AI assistant?▼

Yes, you need either the gh CLI for GitHub or glab CLI for GitLab installed and configured with proper repository context. These CLI tools are required to fetch PR/MR details and post inline comments with findings.

Can I post inline code review comments on GitLab merge requests automatically?▼

Yes, inline code review comments can be posted on GitLab merge requests automatically. The skill runs sdd-review analysis and outputs structured findings, enabling fast feedback with human-in-the-loop approval before posting comments via glab CLI.

What is the best way to standardize AI-assisted code reviews across multiple repositories?▼

Standardize AI-assisted code reviews by using sdd-review to apply repeatable analysis across PRs/MRs. This skill automates fetching, analyzing, and commenting on pull requests in GitHub and GitLab, ensuring consistent review quality and scalable workflows.

How does human-in-the-loop approval work when posting AI review comments?▼

Human-in-the-loop approval requires a person to review the structured findings generated by sdd-review before they are posted as inline comments. This ensures developers maintain control over the feedback posted to GitHub or GitLab PRs/MRs.