reconcile

Installation
SKILL.md

Reconcile

Consolidate worktrees into the main worktree and clean up stale branches for a project.

Arguments

Accepts an optional project name as an argument:

  • /reconcile — reconcile the current working directory's project
  • /reconcile py-lintro — reconcile the project at ~/Code/py-lintro

Workflow

Phase 1 — Discovery

  1. Identify the project root:
    • If a project name is given, look for ~/Code/<project-name>
    • Otherwise, use the current git repository root
    • Confirm it's a git repository — if not, stop
Installs
30
First Seen
May 12, 2026
reconcile — lgtm-hq/ai-skills