What problem does it solve? After a delivered GitHub Task is reviewed and approved, developers still need to manually commit local changes, close the issue with the correct reason, and update the parent Ticket's task table. This Skill automates that closure workflow with verification at every step. ## Core Features & Use Cases - Local Commit Procedure: Stages all tracked, deleted, and untracked changes except explicit user exclusions, then creates a conventional commit without pushing. - GitHub Task Closure: Closes the resolved Task with the completed reason via the GitHub CLI or API, verifying state CLOSED and reason COMPLETED. - Parent Ticket Update: Appends a completed marker to the exact Task entry in the parent Ticket's generated tasks table or task list, preserving all surrounding content byte-for-byte. - Use Case: After running /deliver #65 and receiving approval, invoke this Skill to commit the work, close issue #65 as completed, and mark its entry completed on the parent Ticket. ## Quick Start Close task #65 now that the delivery has been reviewed and approved.