pr-doctor

Monitor GitHub workflow status, fix failures, and resolve review comments on pull requests.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/waynebrantley/aitools --skill pr-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-doctor
Source: https://github.com/waynebrantley/aitools/tree/main/plugins/ai-tools/skills/pr-doctor
Command: npx skills add https://github.com/waynebrantley/aitools --skill pr-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-workflow-doctor, address-pr-comments, test-doctor, calculate-parallelism, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of ensuring a Pull Request is fully prepared for merging by systematically checking and addressing potential issues like failing workflows and unresolved review comments.

Core Features & Use Cases

  • Workflow Monitoring: Tracks the status of GitHub Actions workflows associated with a PR.
  • Automated Fixes: Integrates with other skills (like github-workflow-doctor) to automatically fix failing workflows.
  • Comment Resolution: Identifies and helps address unresolved review comments.
  • Use Case: Before merging a feature branch, run this skill to confirm all CI/CD pipelines are passing, all feedback from reviewers has been addressed, and there are no merge conflicts, guaranteeing a smooth integration.

Quick Start

Run the pr-doctor skill to perform a complete health check on the current pull request.

Frequently Asked Questions about pr-doctor

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

FAQPage Schema
How do I check if a pull request is ready to merge?

To check merge readiness for a pull request, run a health check that monitors GitHub Actions workflow status, automatically fixes failing pipelines, and addresses unresolved review comments before merging.

Can I automatically fix failing GitHub Actions workflows before merging a PR?

Yes, automated fixes for failing GitHub Actions workflows are handled by integrating with skills like github-workflow-doctor to resolve pipeline errors and ensure all checks pass before merging.

What is the best way to ensure unresolved review comments are addressed before merging?

The best way to address unresolved review comments before merging is to use workflow automation that systematically identifies and helps resolve all outstanding feedback on the pull request.

Does this PR health check work with my existing CI/CD pipelines?

Yes, the PR health check works with existing CI/CD pipelines by tracking the status of GitHub Actions workflows associated with your pull request to confirm all checks pass.

How do I automate GitHub workflow monitoring for pull requests?

Automate GitHub workflow monitoring for pull requests by running a comprehensive health check that tracks CI/CD pipeline status, automatically fixes failures, and resolves comments to guarantee smooth integration.