mine.address-pr-issues

Triage and resolve Pull Request blockers across GitHub and Azure DevOps.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-address-pr-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.address-pr-issues
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.address-pr-issues
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-address-pr-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of identifying and resolving issues that prevent a Pull Request (PR) from merging, such as review comments, merge conflicts, and failing CI checks.

Core Features & Use Cases

  • Triage & Categorization: Automatically detects and categorizes PR blockers into review comments, merge conflicts, and CI failures.
  • Automated Resolution Planning: Analyzes issues and proposes specific fixes or responses.
  • Platform Agnostic: Works with both GitHub and Azure DevOps.
  • Use Case: When a PR is stuck due to unresolved comments and a merge conflict, this Skill can analyze the comments, suggest code changes, resolve the conflict, and prepare the PR for merging.

Quick Start

Use the mine.address-pr-issues skill to fix the current PR.

Frequently Asked Questions about mine.address-pr-issues

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

FAQPage Schema
How do I automatically resolve pull request blockers like merge conflicts and CI failures?

To automatically resolve pull request blockers, this Skill triages review comments, merge conflicts, and CI failures across GitHub and Azure DevOps, then enters plan mode to propose and execute specific code fixes or responses.

Can I use this to fix GitHub PR review comments and merge conflicts at the same time?

Yes, you can fix GitHub PR review comments and merge conflicts simultaneously. The Skill utilizes the `gh` CLI and GraphQL to analyze detailed review threads, categorizes the blockers, and proposes solutions for both issues concurrently.

Do I need platform-specific CLIs to automate Azure DevOps PR triage?

Yes, you need platform-specific CLIs to automate Azure DevOps PR triage. The Skill requires the `ado` CLI for Azure DevOps interaction and the `gh` CLI for GitHub to fetch details and execute proposed resolutions.

What is the best way to categorize and plan fixes for failing CI checks on a pull request?

The best way to categorize and plan fixes for failing CI checks is using automated triage. The Skill detects CI failures, categorizes them alongside review comments and conflicts, and generates an actionable resolution plan before execution.

Why does automated PR resolution enter plan mode before executing fixes?

Automated PR resolution enters plan mode before executing fixes to safely analyze the categorized blockers. It proposes specific code changes or responses for review, ensuring the suggested fixes address the root cause before applying changes.