merge-completed-work-github

Create GitHub pull requests merging completed work branches into parent branches.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Capplequoppe/agent-studio --skill merge-completed-work-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge-completed-work-github
Source: https://github.com/Capplequoppe/agent-studio/tree/main/.claude/skills/merge-completed-work-github
Command: npx skills add https://github.com/Capplequoppe/agent-studio --skill merge-completed-work-github

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the process of merging completed development branches into their parent branches on GitHub, streamlining the workflow for managing phases, milestones, and execution plans.

Core Features & Use Cases

  • Automated Pull Request Creation: Creates pull requests to merge child branches into parent branches based on project structure.
  • Intelligent Branch Determination: Automatically identifies source and target branches for phase, milestone, or plan completions.
  • Readiness Verification: Checks if all associated issues are closed before initiating a merge.
  • Use Case: After completing all tasks for a specific phase of a project, this skill can automatically create a pull request to merge the phase branch into the main plan branch, ensuring code integration.

Quick Start

Use the merge-completed-work-github skill to merge milestone number 123 into its parent branch.

Frequently Asked Questions about merge-completed-work-github

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

FAQPage Schema
How do I automate merging completed work branches into parent branches on GitHub?

You can automate merging completed work branches into parent branches on GitHub by using a skill that creates pull requests automatically. It identifies source and target branches for phases, milestones, or plans, streamlining the integration workflow.

How does automated pull request creation determine the correct source and target branches?

Automated pull request creation determines source and target branches by intelligently identifying branch types within your project structure. It routes phase branches into plan branches, milestone branches into main, and plan branches into main based on milestone numbers or plan names.

Can I verify issue completion status before creating a pull request for a branch merge?

Yes, you can verify issue completion status before creating a pull request for a branch merge. The process checks if all associated issues are closed and verifies branch existence before initiating any pull request creation on GitHub.

What is the best way to merge a milestone branch into the main branch using GitHub automation?

The best way to merge a milestone branch into the main branch is through automated workflow tools that handle branch determination. You simply provide the milestone number or plan name, and the system creates the appropriate pull request.

Does the GitHub branch merging automation work without manual pull request configuration?

Yes, the GitHub branch merging automation works without manual pull request configuration. It automatically handles the creation of pull requests to merge child branches into parent branches based entirely on the project's structural hierarchy.