What problem does it solve? At the end of a work session, changes are often scattered across multiple git repos and chezmoi-managed dotfiles, with untracked files, uncommitted edits, and stale branches left behind. This Skill inventories everything the session touched and closes it out cleanly. ## Core Features & Use Cases - Cross-context inventory: Derives every file created or edited from the conversation transcript and resolves each to its owning git repo or chezmoi context. - Three-way cleanliness scan: Detects tracked-but-dirty files, chezmoi targets that diverged from source, and untracked files sitting inside managed directories that plain git status misses. - Delegated close-out: Dispatches commits, chezmoi syncs, PR merges, and branch deletion to purpose-built handler skills, and removes session scratch files before committing. - Use Case: After a day of editing dotfiles and two project repos, ask to wrap up — the Skill reports what is dirty where, commits and pushes each change, merges done PRs, and deletes merged branches with their worktrees. ## Quick Start Wrap up this session: commit and push everything I touched and close out the finished branches.