Commit c08e523
committed
Add jira:refine command for enhancing partially defined issues
Introduce new /jira:refine subcommand that intelligently enhances
incomplete or under-specified JIRA stories, tasks, and bugs by adding
missing critical information while preserving existing good content.
Key capabilities:
- Analyzes issue quality (description, acceptance criteria, fields)
- Adds user story format for stories (As a... I want... So that...)
- Generates testable acceptance criteria based on context
- Sets missing fields (priority, component, story points, epic links)
- Provides interactive refinement workflow with preview
- Preserves existing content - enhancement, not replacement
This complements the jira:create command by helping teams improve
backlog quality during grooming sessions and convert stub tickets
from automation into actionable work items.
Files added:
- plugins/jira/commands/refine.md
- plugins/jira/skills/refine-issue/SKILL.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent f0c4eb7 commit c08e523
4 files changed
Lines changed: 1323 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
| |||
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
228 | 239 | | |
229 | 240 | | |
230 | 241 | | |
| |||
0 commit comments