From jira-workflows
Use when user wants to triage, categorize, or group existing Jira issues into epics by problem area, theme, or feature
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira-workflows:issue-organize-epicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze existing Jira issues, identify common themes, and group them into epics.
Analyze existing Jira issues, identify common themes, and group them into epics.
Ask the user:
jira_search with JQLShow the user a table of proposed epics:
Epic: "Iliac Artery Measurements"
- SCRUM-101: Add tortuosity index calculation
- SCRUM-115: Fix diameter measurement at bifurcation
- SCRUM-130: Add iliac angulation
Epic: "EVAR Workspace UX"
- SCRUM-102: Redesign measurement table
- SCRUM-118: Add export to PDF
Orphans (no epic):
- SCRUM-140: Fix typo in report header
Ask for approval:
After approval:
jira_create_issue with epic issue typejira_update_issue with parent field firstPUT /rest/api/3/issue/{KEY}
{"fields": {"parent": {"key": "EPIC-KEY"}}}
Present final report:
| Epic | Issues Linked | Status |
|---|---|---|
| Epic name | 5 | OK |
| Epic name | 3 | 1 failed |
jira_search — find issues with JQLjira_get_issue — read issue detailsjira_create_issue — create epicsjira_update_issue — set parent (link to epic)npx claudepluginhub amplifier-ai/amplifier-skills --plugin jira-workflowsConverts Confluence spec pages into Jira backlogs with Epics and linked tickets. Use for generating backlogs from specs, breaking down requirements, or creating issues from Confluence.
Epic creation and sprint management - create epics, manage sprints, view backlog, estimate with story points. TRIGGERS: 'create an epic', 'create epic', 'new epic', 'show the backlog', 'view backlog', 'add to sprint', 'move to sprint', 'set story points', 'sprint planning', 'epic for', 'link to epic', 'sprint list', 'active sprint', 'velocity', 'create subtask'. NOT FOR: bugs/tasks/stories without epic context (use jira-issue), field ID discovery (use jira-fields), searching issues by JQL (use jira-search), transitioning issues through workflow (use jira-lifecycle).
Creates backlog epics in an issue tracker from a specification document. Accepts optional flags for decomposition into subtasks, updates to existing issues, or dry-run preview.