What problem does it solve? Ending a Claude Code session involves several easy-to-forget bookkeeping steps: stamping the end time, closing the session file, summing per-task points, and committing the session record to the orphan sessions branch. This Skill performs that closing ritual in one deterministic pass so the session file becomes an atomic, trustworthy record. ## Core Features & Use Cases - Session closure: Locates the single open session file, stamps ended: and status: closed, and refuses to guess when zero or multiple open sessions exist. - Points tally: Sums per-task **Points:** fields written by /kill-this, cross-checks the count against ## Task blocks, and writes the total to frontmatter. - Wall-clock gut-check: Displays raw elapsed time and PR numbers on screen without persisting derived time math, which is deferred to /retro. - Unreviewed PR detection: Compares PRs created during the session against the recorded pr_numbers list and flags any opened outside /kill-this that never received a code review. - Use Case: At the end of a working session where each task shipped a PR via /kill-this, run this Skill to close the session file, verify the points total, and push the sessions branch before walking away. ## Quick Start Close out my current session by stamping the end time, tallying the task points, and pushing the sessions branch.