What problem does it solve? Work sessions leave residue scattered across git branches, uncommitted edits, GitHub Issues, and conversation context that disappears when the session ends. This Skill closes out a session by routing every outcome to its proper home so nothing learned is lost. ## Core Features & Use Cases - Session stock-take: Reconstructs what happened using git status, logs, and PR listings, then tags each item with a destination such as public repo, private repo, issue, memory, or drop. - Memory and repository reconciliation: Writes durable facts to project memory files, routes private decisions and research into the nested private repository, and reports publish state without unauthorized pushes. - Issue tracker updates: Comments on, closes, or creates GitHub Issues in the correct public or private tracker, files human follow-up actions with wiki runbooks, and cleans up the local workspace with dry-run-first deletion. - Use Case: After a day of feature work on a Next.js portfolio site, run the skill to record decisions, update open Issues, verify branch states, and produce a summary naming what the next session should pick up first. ## Quick Start Ask the assistant to end the session and reconcile today's work across both repositories, Issues, and memory.