What problem does it solve? Ending a coding session without verification leaves uncommitted changes, unstaged secrets, failing tests, and untracked follow-up work that silently degrades the codebase. This Skill runs a structured pre-flight audit so nothing in-scope is lost or left broken when the session closes. ## Core Features & Use Cases - Session Manifest Scoping: Derives exactly what this session produced (PRs, commits, issues, edited files) so out-of-scope work never blocks closing. - Five Quality Gates: Checks that changes are committed, no secrets are staged, a PR exists for the branch, and type checks, tests, and lint pass. - Two-Tier Open Items Report: Separates in-session blockers (Section A) from adjacent context (Section B) and produces an authoritative ready/not-ready verdict. - Use Case: Before wrapping up a feature branch, run the audit to confirm all commits are pushed, the PR is open, tests pass, and deferred items are filed as tracker tickets. ## Quick Start Ask the agent to run the session close checklist and audit this session before ending it.