feat: add creating-jira-tickets delivery skill#170
Conversation
Turns a tech breakdown's tasks.md into Jira tickets — an epic plus one child story/task per task entry, with real ticket titles, a Gherkin Acceptance criteria ADF section, and wired Blocked-by/Depends-on links. Creates tickets one at a time behind a human-in-the-loop review gate and goes through the acli CLI. Includes an acli/ADF reference and a skill-creator eval set (7 behavior cases + a 10/10 trigger set). Bumps bitwarden-delivery-tools 2.1.0 -> 2.2.0 (marketplace.json, plugin.json, README, CHANGELOG) and adds acli/workitem to the cspell dictionary.
Plugin Validation Summary — PR #170Plugin: All three validation passes completed: plugin structure (plugin-validator), skill review (skill-reviewer), and security review (reviewing-claude-config). Findings are minor/non-blocking warnings only. 1. Plugin Validation (plugin-validator) — ✅ PASS
2. Skill Review (skill-reviewer) — ✅ PASSReviewed
3. Security Review (reviewing-claude-config) — ✅ PASS
Minor Warnings (non-blocking — should-fix, optional)
NoteThe repo validators Overall: ✅ All checks pass. The new |
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed the new Code Review DetailsNo new findings. The one prior unresolved thread on Verified during review:
|
🎟️ Tracking
No linked Jira ticket — introduces a new delivery skill for the
bitwarden-delivery-toolsplugin in the ai-plugins marketplace.📔 Objective
Adds the
creating-jira-ticketsskill, which turns a tech breakdown'stasks.mdinto Jira tickets: an epic plus one child story/task per task entry, with real ticket titles, a Gherkin Acceptance criteria ADF section, and wired Blocked-by/Depends-on links. Tickets are created one at a time behind a human-in-the-loop review gate, and all reads/writes go through theacliCLI (the Atlassian MCP is read-only).Ships alongside:
acli/ADF reference doc (references/acli-and-adf.md),skill-creatoreval set — 7 behavior cases plus a 10/10 trigger set.Bumps
bitwarden-delivery-tools2.1.0 → 2.2.0 (marketplace.json, plugin.json, README, CHANGELOG) and addsacli/workitemto the cspell dictionary.