pr

Automate feature branch merging into the dev branch with auto-merge and failure handling.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill pr-tachiiri-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/pr
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill pr-tachiiri-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of merging feature branches into the development branch by automating checks, handling repository policies, and reporting outcomes, ensuring a smooth integration pipeline.

Core Features & Use Cases

  • Automated Branch Convergence: Manages the flow from feature branches to the dev branch.
  • Intelligent Merging: Leverages auto-merge capabilities when GitHub policies and repository states permit.
  • Failure Remediation: Attempts to repair common, repository-local failures before escalating.
  • Use Case: A developer finishes a new feature and wants to merge it into the main development line. This Skill automates the creation of a pull request, waits for checks to pass, enables auto-merge if configured, and reports whether the merge was successful or if a blocker was encountered.

Quick Start

Use the pr skill to prepare and converge the current feature branch to dev.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate merging a feature branch into a dev branch?

To automate merging a feature branch into a dev branch, this Skill prepares the pull request, waits for checks, enables auto-merge if policies permit, and reports the final convergence outcome.

What happens when a GitHub pull request auto-merge fails due to repository policies?

When a GitHub pull request auto-merge fails due to repository policies, the Skill attempts to repair common repository-local failures before escalating and reporting the specific blocker encountered.

Can I use automated pull request management with Cloudflare Pages or Electron projects?

Yes, you can use automated pull request management with Cloudflare Pages, Workers, Electron, and Python projects, as the Skill applies to continuous integration workflows across various runtime environments.

How does auto-merge handle reporting for continuous integration workflows?

Auto-merge handles reporting for continuous integration workflows by providing clear outcomes on whether the feature branch successfully merged into the development branch or if a blocker was encountered.

What is the best way to converge feature branches to a development branch safely?

The best way to converge feature branches to a development branch safely is using an automated pull request pipeline that enforces checks, leverages auto-merge, and handles repository-local failure remediation.

Why does my pull request convergence fail when integrating into dev?

Your pull request convergence fails when integrating into dev due to repository policies or local states; the Skill attempts to repair these common repository-local failures before escalating the issue.