merge

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Merge

Merge branches intelligently by understanding feature context and resolving conflicts efficiently.

Context

  • Current branch: !git branch --show-current
  • Working tree status: !git status --short
  • Target branch: $1
  • Recent commits: !git log --oneline -5

Workflow

  1. CONTEXT GATHERING:
    • git branch --show-current to identify current branch
    • git status to ensure clean working tree
    • CRITICAL: Abort if uncommitted changes exist
Installs
11
GitHub Stars
195
First Seen
Feb 17, 2026
merge — melvynx/aiblueprint