github-issue-pr-flow

Automate GitHub issue-to-pull-request workflows with branch management and squash-merging.

7|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/makoMakoGo/code-dispatcher-toolkit --skill github-issue-pr-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-pr-flow
Source: https://github.com/makoMakoGo/code-dispatcher-toolkit/tree/main/skills/github-issue-pr-flow
Command: npx skills add https://github.com/makoMakoGo/code-dispatcher-toolkit --skill github-issue-pr-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of taking a GitHub issue from creation to a merged pull request, including handling reviews and code changes.

Core Features & Use Cases

  • End-to-End Automation: Manages the full lifecycle of issue-driven development.
  • Autonomous Workflow: Executes phases without user confirmation, from branch creation to squash-merging.
  • Review Triage: Intelligently handles feedback from code review tools and human reviewers.
  • Use Case: Automatically create a branch, implement a fix for a bug reported in an issue, open a PR, address review comments, and merge the PR when ready.

Quick Start

Use the github-issue-pr-flow skill to automatically handle issue number 123 from start to finish.

Frequently Asked Questions about github-issue-pr-flow

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

FAQPage Schema
How do I automate the GitHub issue-to-pull-request workflow?

To automate the GitHub issue-to-pull-request workflow, you need a solution that manages autonomous decomposition, branch creation, PR lifecycle, and squash-merge closure. This Skill executes the entire issue-driven implementation process without requiring user confirmation at each step.

What is the best way to handle code review triage and rebuttal loops for GitHub pull requests?

Handling code review triage for GitHub pull requests requires intelligently parsing feedback from human reviewers and code review tools. This Skill automates the review-rebuttal loop by addressing review comments and iterating on code changes directly within the pull request lifecycle.

Do I need the gh CLI and Git installed to automate GitHub issue tracking and PR creation?

Yes, you need the gh CLI and Git installed to automate GitHub issue tracking and PR creation. These dependencies are required for the Skill to perform repository operations, manage branches, and execute squash-merge closures on your behalf.

Can I automatically create a branch and implement a fix for a bug reported in a GitHub issue?

You can automatically create a branch and implement a fix for a bug reported in a GitHub issue. The Skill handles complex issue-driven implementation by autonomously decomposing the issue, writing the code, opening the PR, and merging the changes when ready.

Does autonomous GitHub PR workflow automation work without manual user confirmation?

Autonomous GitHub PR workflow automation works without manual user confirmation. The Skill executes phases continuously from branch creation to squash-merging, including handling complex issue-driven implementation and pull request lifecycle automation end-to-end.

When should I not use an autonomous workflow for issue-driven development on GitHub?

You should not use an autonomous workflow for issue-driven development on GitHub if your repository lacks the gh CLI and Git environment. Additionally, projects requiring strict manual approval gates before branch creation or squash-merging will conflict with the autonomous execution model.