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
- 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
- If a project name is given, look for