What problem does it solve?
This Skill solves the problem of reliably finishing a development session by staging changes, running safety checks, creating a conventional commit, bumping and pushing version tags, and preparing handover notes.
Core Features & Use Cases
- End-of-session Git release workflow: checks status, stages changes, verifies common issues, drafts a conventional commit message, commits, tags the next version, and pushes to origin with tags.
- Guardrails before committing: detects TODO/FIXME markers, warns on potentially sensitive files, highlights potential migration/refactor issues when docs aren’t updated, and validates directory-structure completeness.
- Session continuity support: records the session summary in an activity log and optionally prepends actionable next steps to an inbox for the next session.
Quick Start
Run the wrap-up workflow by telling your AI to execute /wrap-up to commit staged changes, create and push a version tag, and generate handover notes.