github-pr-workflow

Automate GitHub PR workflows from branch creation to merge with CI monitoring.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill github-pr-workflow-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/skills/github/github-pr-workflow
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill github-pr-workflow-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Managing GitHub PR lifecycles—branch creation, review orchestration, CI monitoring, and merging—manually is error-prone and time-consuming. This skill automates end-to-end PR workflows, reducing friction and speeding up delivery.

Core Features & Use Cases

  • Automated branch creation and PR initiation from a feature branch.
  • Continuous integration checks monitoring with guidance to fix failures and push updates.
  • Flexible merge options (merge, squash, rebase) and auto-merge enablement for efficient release flows.
  • Cross-repo collaboration support and streamlined code-review handoffs for teams.

Quick Start

Create a new feature branch and let the agent guide you to open a PR, watch CI checks, and merge when green.

Frequently Asked Questions about github-pr-workflow

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

FAQPage Schema
How do I automate GitHub pull request workflows from branch creation to merge?

Automating GitHub pull request workflows involves orchestrating branch creation, CI checks monitoring, and merge execution. This skill guides agents to open PRs, watch CI pipelines, and merge automatically when checks pass.

Can I monitor CI checks and push auto-fix iterations to a GitHub PR?

Yes, CI monitoring with auto-fix iterations is supported. The skill watches continuous integration checks on GitHub and provides guidance to resolve failures and push updates directly to the pull request.

Do I need GitHub authentication and a local git repository to automate PR management?

Yes, GitHub authentication via gh or an API token and a local git repository with a remote are required. These prerequisites enable the agent to interact with GitHub APIs and execute branch management commands.

What are the best ways to handle multi-branch releases and code review handoffs on GitHub?

Handling multi-branch releases requires flexible merge options like merge, squash, or rebase. This skill streamlines cross-repo collaboration and code-review handoffs, enabling auto-merge for efficient release flows.

Why does managing GitHub PR lifecycles manually cause delivery friction?

Managing GitHub PR lifecycles manually causes friction because branch creation, review orchestration, and CI monitoring are time-consuming and error-prone. End-to-end PR automation reduces these manual errors and speeds up delivery.