pr

Automate draft PR creation, Gemini review, comment triage, and summary reporting.

5|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill pr-joshsmithxrm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/joshsmithxrm/power-platform-developer-suite/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill pr-joshsmithxrm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repetitive PR workflows and manual review coordination slow software delivery; this skill automates creating a draft PR, coordinating Gemini review, triaging comments, and presenting a clear summary to stakeholders.

Core Features & Use Cases

  • End-to-end PR lifecycle: rebase, create, wait for Gemini review, triage comments, and present a summary to the user.
  • Gate-driven quality checks: require /gates, /verify, /qa, and /review to complete before proceeding.
  • Automated status and reporting: provide ongoing status updates and a concise PR summary for reviewers.

Quick Start

Create a draft PR and initiate the Gemini review workflow, then surface a concise summary.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request reviews with Gemini?

Automate pull request reviews with Gemini by creating a draft PR, waiting for Gemini to complete its code review, triaging the resulting comments, and presenting a concise summary to stakeholders.

What is automated PR triage and how does it work?

Automated PR triage works by coordinating Gemini code reviews and gate checks, then triaging comments to present a concise summary of PR readiness to the user before merging.

Can I integrate GitHub CLI and Git for workflow automation?

Yes, you can integrate GitHub CLI and Git for workflow automation to create draft PRs, coordinate Gemini reviews, and execute gate checks for reliable end-to-end PR lifecycle management.

What is the best way to automate end-to-end PR lifecycles?

The best way to automate end-to-end PR lifecycles is using gate-driven quality checks that require /gates, /verify, /qa, and /review to complete before proceeding to merge.

Do I need GitHub CLI to automate draft PR creation?

Yes, you need GitHub CLI and Git integration to automate draft PR creation, coordinate Gemini reviews, and enforce gate checks for reliable PR workflow automation.

Why are gate checks required before merging a PR?

Gate checks are required before merging a PR to ensure readiness by enforcing /gates, /verify, /qa, and /review completion, verifying quality and review requirements before proceeding.