What problem does it solve? Ending a work session involves repetitive bookkeeping: updating the NEXT_SESSION.md checklist, committing documentation, syncing a project tracker, and creating GitHub Issues for remaining tasks. This Skill standardizes that entire Phase D closing workflow so nothing is forgotten. ## Core Features & Use Cases - NEXT_SESSION.md Update: Marks completed items as done, records session accomplishments, and reorganizes next priorities with an updated date. - Scoped Git Commits: Commits only the docs file with a conventional commit message, never using git add -A, and never pushes without user confirmation. - TRACKER Sync & Deploy: Updates the project TRACKER index.html and deploys it to Cloudflare Pages via wrangler. - GitHub Issue Sync: Runs pm-issue.sh to convert remaining unchecked todos into GitHub Issues added to the RS-TRACKER project board, skipping duplicates. - Use Case: At the end of a coding session, say "session 結束" and the Skill walks through all five steps (D1-D5), then reports a summary of completed items, commits, deployed tracker, and newly created issues. ## Quick Start Tell the assistant "session 結束,本次完成 auth cookie fix 和 7 個 tests" to run the full session wrap-up workflow.