process-pr

Orchestrate pull request lifecycle stages from review to merge.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/squirrel289/pax --skill process-pr-squirrel289
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-pr
Source: https://github.com/squirrel289/pax/tree/main/skills/workflow/process-pr
Command: npx skills add https://github.com/squirrel289/pax --skill process-pr-squirrel289

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end automation of pull request lifecycles, reducing manual review and merge overhead by coordinating multiple skills into a single workflow.

Core Features & Use Cases

  • Orchestrates PR lifecycle by composing multiple workflow and tool skills (pull-request-tool, parallel-execution, sequential-execution, resolve-pr-comments, merge-pr)
  • Supports configurable interaction modes (YOLO or collaborative) and merge strategies
  • Use cases include batch PR processing, standard PR automation, and scripted PR handling for CI pipelines

Quick Start

Trigger the process-pr workflow with a PR number and repository to process a PR end-to-end.

Frequently Asked Questions about process-pr

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

FAQPage Schema
How do I automate a pull request lifecycle from review to merge?

Automating pull request workflows is achieved by orchestrating multiple skills to process PRs end-to-end. It coordinates review resolution, check validation, and merge operations into a single automated pipeline.

What is the best way to process multiple pull requests in batches?

Processing pull requests in batches is supported through flexible stage orchestration. It applies automated review and merge workflows across multiple PRs simultaneously or sequentially.

Can I automate PR merges in a CI pipeline without manual approval?

PR merges in a CI pipeline can be automated using the YOLO interaction mode. This bypasses manual intervention while still enforcing safety through required check statuses and conflict detection.

Does PR workflow automation support configurable merge strategies?

PR workflow automation supports configurable merge methods and strategies. You can define how branches merge during orchestration to fit your repository's specific requirements.

How does PR orchestration handle merge conflicts and failed checks?

PR orchestration handles merge conflicts and failed checks by enforcing safety requirements before merging. It detects conflicts and verifies required approvals and check statuses to prevent broken merges.

When should I use collaborative mode for pull request automation?

Collaborative mode for pull request automation should be used when human input is needed during the workflow. It allows interactive review and resolution stages before proceeding to the final merge.