jira-fix-queue
Installation
SKILL.md
Jira Bug Queue Enqueue Shell
Trigger-only shell. Queue lifecycle, relationship pass, isolation, caps, and acceptance live in
goal-driven-queue. This skill parses a Jira list and hands it to that skill's Jira list-enqueue shortcut withEngine: jira-fix-workflowalready frozen.
Activate only when the user explicitly requests a batch Jira fix. Loading this skill MUST NOT start a queue run.
Prerequisite Skill Check
Scan available skills. If goal-driven-queue is missing, abort immediately with install guidance (npx skills add FuDesign2008/open-skills -g --skill goal-driven-queue --yes). No silent fallback — without the queue there is no place to put the cards.
Duties
- Split the input into distinct Jira IDs/URLs.
- Load
goal-driven-queueand run its Jira list-enqueue shortcut withEngine: jira-fix-workflowfrozen on every card. - Stop when that shortcut stops (cards written, one batch approval event). Do not start consumption. Do not call
jira-fix-workflow. Do not write.jira-fix/progress files.