What problem does it solve? Ending a coding session without a structured review leaves uncommitted changes, failing tests, and lost context that slow down the next session. This Skill enforces a consistent end-of-session ritual so nothing is forgotten. ## Core Features & Use Cases - Changes Audit: Reviews modified files, uncommitted work, and leftover TODOs using git status and diff. - Quality Gate: Runs lint, typecheck, and tests, flagging failures before the session ends. - Learning Capture: Records mistakes and effective patterns in a [LEARN] Category: Rule format across categories like Testing, Git, and Architecture. - Use Case: After a long debugging session, say "wrap up" to get a checklist covering uncommitted changes, test results, captured learnings, and a one-paragraph summary with next-session context. ## Quick Start Say "wrap up" or "done for the day" to run the end-of-session checklist and produce a session summary.