What problem does it solve? Closing a task usually means touching several systems at once — updating a wiki page, transitioning a ticket in an external tracker, and writing a resolution comment — which is repetitive and easy to do inconsistently. This Skill orchestrates the entire close-out flow so nothing is forgotten and every external write is confirmed before it happens. ## Core Features & Use Cases - Resolution comment drafting: Reads the task's activity log and body to draft a concise closing comment, which the user can approve, edit, or replace. - Multi-backend synchronization: Transitions the primary backend (GitHub, Jira, Asana) to done and posts the comment via confirm-token gated CLI calls, then optionally closes additional linked backends. - Atomic wiki update: Runs rubber-ducky task close to set status, closed date, daily page, and log in one operation, then redirects to the next active task. - Use Case: After fixing a login bug tracked in both your Obsidian vault and Jira, invoke the close flow to draft a summary comment, confirm the preview, transition the Jira ticket to done, and get redirected to your next in-progress task. ## Quick Start Ask the assistant to close a task by name or reference, for example: close the fix-login-bug task and post the resolution to its linked backend.