triage-pr

Automates CI checks, fixes issues, and handles AI review feedback for GitHub PRs using gh and git.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/acme-skunkworks/changelog-core --skill triage-pr-acme-skunkworks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-pr
Source: https://github.com/acme-skunkworks/changelog-core/tree/main/.agents/skills/triage-pr
Command: npx skills add https://github.com/acme-skunkworks/changelog-core --skill triage-pr-acme-skunkworks

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of triaging pull requests and handling review feedback, streamlining the CI/PR workflow.

Core Features & Use Cases

  • Automated CI Check and Fix: Automatically inspect failing CI checks, fix in-scope issues, and re-watch CI until green.
  • AI Review Feedback Handling: Fetch, validate, and action unresolved AI review feedback, including fixing valid findings and declining invalid ones.
  • Use Case: When you have a pull request with failing CI checks and AI review feedback, use this Skill to automatically address the issues and prepare the PR for merging.

Quick Start

triage-pr

Frequently Asked Questions about triage-pr

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

FAQPage Schema
How do I automate GitHub pull request triage for failing CI checks?

Automating pull request triage for failing CI checks involves inspecting failures, fixing in-scope issues, and re-watching the pipeline until it passes. This Skill handles that loop to prepare PRs for merging.

How do I handle unresolved AI code review feedback on a pull request?

Handling unresolved AI code review feedback requires fetching the comments, validating the findings, and actioning them. This Skill fixes valid findings and declines invalid ones automatically to streamline the review workflow.

Do I need GitHub CLI and Node.js to automate PR review feedback?

Yes, automating PR review feedback requires the GitHub CLI (gh) and git for repository interactions, alongside Node.js to execute the bundled script that processes CI validation and code review actions.

Can I automatically fix failing CI checks without manual intervention?

Yes, you can automatically fix failing CI checks by using this Skill to inspect the failures, apply fixes for in-scope issues, and continuously monitor the CI status until it turns green without manual intervention.

What is the best way to prepare a pull request for merging after automated code review?

The best way to prepare a pull request for merging after code review is to automate the triage process: resolve CI failures and address AI review feedback. This ensures all checks pass and findings are actioned efficiently.