pr-shepherd

Automate the Pull Request lifecycle with GitHub API and Git commands.

Updated May 7, 2026
One-click install
npx skills add https://github.com/chtugha/brassclaw --skill pr-shepherd-chtugha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-shepherd
Source: https://github.com/chtugha/brassclaw/tree/main/.bob/skills/pr-shepherd
Command: npx skills add https://github.com/chtugha/brassclaw --skill pr-shepherd-chtugha

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill manages the entire Pull Request lifecycle, from code review to merging, ensuring a smooth, efficient process.

Core Features & Use Cases

  • Automated PR Review: Offers comprehensive code reviews, including line-by-line comments and detailed findings.
  • Quality Gate Check: Ensures PRs meet quality standards before merging.
  • CI Monitor & Fix Loop: Automatically fixes common CI issues and monitors the build process.
  • Merge Decision: Assists with the decision to merge a PR based on CI status and review feedback.
  • Use Case: Integrate this Skill into your CI pipeline to streamline the PR process and improve code quality.

Quick Start

To review a PR and provide feedback, simply run: pr-shepherd review <pr-number or url> --review-only

Frequently Asked Questions about pr-shepherd

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

FAQPage Schema
How do I automate GitHub pull request reviews and quality checks in my CI pipeline?

Automating GitHub pull request reviews involves integrating lifecycle management scripts that perform line-by-line code analysis and quality gate checks directly within your CI pipeline. This Skill handles the entire process, monitoring builds and fixing common CI issues automatically.

Can I automatically fix failing CI builds when managing pull requests?

Yes, you can automatically fix failing CI builds during pull request management. This Skill features a CI monitor and fix loop that automatically resolves common integration issues while actively monitoring the build process.

Does this automated PR management tool require GitHub API and Git CLI access?

Yes, automated PR management requires both the GitHub API and Git commands to function. These dependencies are essential for accessing repository data, posting review comments, and executing automated merge decisions.

What is the best way to streamline code review and merge decisions for pull requests?

The best way to streamline code review and merge decisions is to automate the full PR lifecycle. This Skill evaluates CI status and review feedback to assist with merge decisions, integrating directly into your automated deployment pipeline.

How do I run a code review on a specific pull request without merging?

To run a code review without merging, execute the review command with the pull request number or URL and the review-only flag. This restricts the operation to providing detailed findings and line-by-line comments without triggering a merge decision.