merge

Commit staged changes, rebase branches, and run workmux merge workflows.

7|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill merge-epiphytic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge
Source: https://github.com/Epiphytic/ai-plugin-translator/tree/main/packages/core/test/fixtures/regression-output/workmux/skills/merge
Command: npx skills add https://github.com/Epiphytic/ai-plugin-translator --skill merge-epiphytic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the final stages of branch completion by coordinating commits, rebases, and merges while reducing manual Git workflow errors.

Core Features & Use Cases

  • Commit Automation: Commits staged changes using a consistent imperative message style before completing branch integration.
  • Rebase Guidance: Rebases the current branch onto the configured local base branch with conflict-handling instructions that preserve changes.
  • Merge Completion: Runs the workmux merge workflow to integrate changes and clean up the development workspace.

Quick Start

Use the merge skill to commit my staged changes, rebase my branch, and complete the workmux merge workflow.

Frequently Asked Questions about merge

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

FAQPage Schema
How do I safely finalize a Git branch with commits, rebase, and merge?

To safely finalize a Git branch, you can automate the process by committing staged changes, rebasing onto a local base branch, and running a workmux merge workflow to integrate work and clean up the workspace.

What is the best way to automate Git branch cleanup and integration?

The best way to automate Git branch cleanup and integration is using a workflow that coordinates imperative-style commits, branch rebases, and final merges to reduce manual Git errors and transition repository states safely.

Does the automated merge workflow provide conflict resolution guidance during rebase?

Yes, the automated merge workflow includes rebase guidance with conflict-handling instructions designed to preserve your changes while integrating the current branch onto the configured local base branch.

Do I need workmux to automate my Git branch merge and workspace cleanup?

Yes, you need workmux merge commands and Git branch configuration to automate repository state transitions safely and clean up your development workspace upon branch completion.

Why should I use an automated workflow for Git commit, rebase, and merge?

Using an automated workflow for Git commit, rebase, and merge streamlines the final stages of branch completion by coordinating these steps to reduce manual Git workflow errors and ensure consistent integration.