flow-pr

Automate pull request lifecycle with branch management, CI verification, and merging.

1|2|Updated May 27, 2026
One-click install
npx skills add https://github.com/dividedby/skills --skill flow-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-pr
Source: https://github.com/dividedby/skills/tree/main/skills/engineering/flow-pr
Command: npx skills add https://github.com/dividedby/skills --skill flow-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the manual overhead of managing pull request lifecycles, ensuring consistent branch handling, review gates, and CI verification without human intervention.

Core Features & Use Cases

  • Automated PR Lifecycle: Handles branch creation, commit pushing, PR opening, and merging based on the repository's default branch.
  • Review & CI Gates: Integrates with existing code-review tools and CI checks to ensure only verified, high-quality code is merged.
  • Promotion Mode: Safely manages promotion workflows (e.g., staging to main) with explicit user confirmation.

Quick Start

Invoke the flow-pr skill to finalize your current work by cutting a feature branch and opening a pull request against the default branch.

Frequently Asked Questions about flow-pr

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

FAQPage Schema
How do I automate the GitHub pull request lifecycle including branch management and merging?

Automating the GitHub pull request lifecycle handles branch creation, commit pushing, PR opening, and merge execution against the default branch. It enforces consistent PR standards and automates integration gates without manual intervention.

Can I use CI verification gates to ensure only verified code is merged automatically?

CI verification gates integrate with existing code-review tools and CI checks to ensure only verified, high-quality code is merged. This enforces automated integration gates throughout the pull request workflow.

What is the best way to manage promotion workflows from a staging branch to main?

Promotion workflows safely manage branch promotions from staging to main using explicit user confirmation. This ensures controlled integration while maintaining automated branch handling and merge policies.

Do I need GitHub CLI integration to automate pull request workflows?

GitHub CLI integration is required to automate pull request workflows and execute merges based on defined repository merge policies. It provides the necessary interface for branch management and CI verification.

How does automated branch management handle commits and PR opening?

Automated branch management cuts a feature branch, pushes commits, and opens a pull request against the repository's default branch. This eliminates manual overhead and ensures consistent branch handling throughout the lifecycle.