Коммит и закрытие задачи в SlayZone
★ 6.5 · marketing
commit-and-done is a Claude Code skill that commits all task-related changes, marks the current task as done, and closes its tab in SlayZone in a single workflow. It first runs the built-in commit skill to stage and commit the work, then executes `slay tasks done --close --dev` — no explicit task ID is required because `$SLAYZONE_TASK_ID` is set automatically in task terminals. If the commit fails or the user cancels at any point, the skill stops immediately and reports what happened, never advancing to the done step. A completion summary with the commit hash, subject line, and task status confirmation is printed at the end. It's ideal for developers using SlayZone who want to wrap up tasks without manual status updates.