What problem does it solve?
Archive ticket workflow - move ticket, delegate commit to commit skill, update frontmatter.
This Skill automates the post-implementation workflow after a ticket is approved, ensuring consistent archiving, commit creation, and frontmatter synchronization.
Core Features & Use Cases
- Ticket archiving: Move the completed ticket file into the archive folder on the current branch.
- Commit delegation: Delegate commit message creation to the commit skill with standardized formatting.
- Frontmatter synchronization: Update the archived ticket with the generated commit hash and category for traceability.
Quick Start
Run the archive script to archive a ticket:
bash ~/.claude/plugins/marketplaces/workaholic/plugins/core/skills/archive-ticket/sh/archive.sh
<ticket-path> "<title>" <repo-url> "<motivation>" "<ux-change>" "<arch-change>"
Follow the preloaded format-commit-message skill for message format.