pr-guardian

Monitor and resolve GitHub PR issues via CI/CD checks and merge conflict management.

Updated May 16, 2026
One-click install
npx skills add https://github.com/LuminairPrime/skill-tree-chopper --skill pr-guardian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-guardian
Source: https://github.com/LuminairPrime/skill-tree-chopper/tree/main/vendors/s-hiraokuvscode-sidebar-terminal/.claude/skills/pr-guardian
Command: npx skills add https://github.com/LuminairPrime/skill-tree-chopper --skill pr-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manages GitHub PR workflows by automatically monitoring and resolving issues, including merge conflicts, CI failures, and CodeRabbit review comments, reducing the need for manual intervention.

Core Features & Use Cases

  • Automated PR Monitoring: Continuously checks PR status and addresses issues like merge conflicts, CI failures, and CodeRabbit review comments.
  • CI & CodeRabbit Integration: Works with GitHub's CI/CD and CodeRabbit for automated review processes.
  • Use Case: Automate the follow-up actions after creating or pushing code to a PR branch, such as monitoring for CI issues and reviewing CodeRabbit comments without manual checks.

Quick Start

Start the monitoring process by using the command: /pr-guardian

Frequently Asked Questions about pr-guardian

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

FAQPage Schema
How do I automate GitHub PR monitoring and auto-fix CI failures?

Automate GitHub PR monitoring by continuously checking pull request status to resolve CI failures, merge conflicts, and CodeRabbit review comments automatically. This reduces manual intervention by integrating directly with GitHub's workflow and CI/CD checks.

Do I need the GitHub CLI installed to automate pull request management?

Yes, you need the GitHub CLI (`gh`) installed and authenticated. The automated pull request management requires GitHub API access and authentication to interact with your repositories and resolve issues continuously.

Can I automatically resolve merge conflicts in GitHub pull requests?

Yes, you can automatically resolve merge conflicts in GitHub pull requests. The automated PR monitoring process detects merge conflicts and applies resolutions directly, pushing updates until the PR checks pass successfully.

Does this automated PR management work with CodeRabbit review comments?

Yes, automated PR management works with CodeRabbit review comments. It monitors CodeRabbit feedback on your pull requests and addresses the comments automatically, streamlining the code review process alongside standard CI/CD checks.

What is the best way to handle continuous CI failures after pushing code to a PR branch?

The best way to handle continuous CI failures after pushing code is to automate the follow-up actions. Continuous monitoring tracks the CI/CD status, addresses failures, and resolves issues iteratively until everything turns green without manual checks.

Why does automated PR monitoring stop before all GitHub checks are green?

Automated PR monitoring does not stop before all GitHub checks are green if issues are resolvable. It continuously attempts to fix CI failures, merge conflicts, and review comments until the status is green or manual intervention is required for unresolvable errors.