JIRA Assistant
This hub routes requests to specialized JIRA skills. It does not execute JIRA operations directly—it helps find the right skill.
Risk Levels
| Operation |
Risk |
Notes |
| Route to skill |
- |
Read-only routing decision |
| Skill discovery |
- |
Lists available skills |
| Context tracking |
- |
In-memory only |
Risk Legend: - Safe, read-only | ! Caution, modifiable | !! Warning, destructive but recoverable | !!! Danger, irreversible
Quick Reference
| I want to... |
Use this skill |
Risk |
| Create/edit/delete a single issue, view/show issue details |
jira-issue |
⚠️ |
| Search with JQL, export results |
jira-search |
- |
| Change status, assign, resolve, manage versions/components |
jira-lifecycle |
⚠️ |
| Manage sprints, epics, subtasks, story points |
jira-agile |
- |
| Add comments, attachments, watchers |
jira-collaborate |
- |
| Link issues, view dependencies, blocker chains |
jira-relationships |
- |
| Log time, manage worklogs, time reports |
jira-time |
- |
| Handle service desk requests, SLAs, queues, approvals, assets, knowledge base |
jira-jsm |
- |
| Bulk operations on many issues (50+) with dry-run preview |
jira-bulk |
⚠️⚠️ |
| Git branch names, commits, PR descriptions |
jira-dev |
- |
| Custom field discovery and Agile field configuration |
jira-fields |
- |
| Project discovery, cache management, diagnostics |
jira-ops |
- |
| Project settings, permissions, automation rules |
jira-admin |
⚠️⚠️ |
Risk Legend: - Read-only/safe | ⚠️ Has destructive ops (confirm) | ⚠️⚠️ High-risk (confirm + dry-run)
Routing Rules
- Explicit skill mention wins - If user says "use jira-agile", use it
- Entity signals - Issue key present → likely jira-issue or jira-lifecycle
- Quantity determines bulk - 50+ issues → jira-bulk (consider bulk for 10+, required for 50+)
- Keywords drive routing:
- "show", "view", "display", "get", "retrieve", "see", "details", "look up", "check" (with issue reference) → jira-issue
- "create", "update", "delete" (single issue) → jira-issue
- "search", "find", "JQL", "filter" → jira-search
- "sprint", "epic", "backlog", "story points", "subtask" → jira-agile
- "transition", "move to", "assign", "close", "version", "release", "component", "resolve", "reopen", "archive" → jira-lifecycle
- "comment", "attach", "watch", "notify", "notification", "activity", "history", "changelog" → jira-collaborate
- "link", "blocks", "depends on", "clone", "dependency graph", "blocker chain" → jira-relationships
- "log time", "worklog", "estimate", "time report", "timesheet" → jira-time
- "service desk", "SLA", "customer", "request", "queue", "approval", "knowledge base", "asset" → jira-jsm
- "branch name", "commit", "PR" → jira-dev
- "custom field", "field ID" → jira-fields
- "cache", "warm cache", "project discovery", "diagnostics", "performance", "request batching" → jira-ops
- "permissions", "project settings", "automation", "automation rule", "users", "groups", "notifications", "screens", "issue types", "workflows", "notification scheme", "permission scheme" → jira-admin
Negative Triggers
| Skill |
Does NOT handle |
Route to instead |
| jira-issue |
Bulk (50+), transitions, comments, sprints, time |
jira-bulk, jira-lifecycle, jira-collaborate, jira-agile, jira-time |
| jira-search |
Single issue lookup, issue modifications |
jira-issue, jira-bulk |
| jira-lifecycle |
Field updates, bulk transitions |
jira-issue, jira-bulk |
| jira-agile |
Issue CRUD (except epic/subtask), JQL, time tracking |
jira-issue, jira-search, jira-time |
| jira-bulk |
Single issue ops, sprint management |
jira-issue, jira-agile |
| jira-collaborate |
Field updates, bulk comments |
jira-issue, jira-bulk |
| jira-relationships |
Field updates, epic/sprint linking |
jira-issue, jira-agile |
| jira-time |
SLA tracking, date-based searches |
jira-jsm, jira-search |
| jira-jsm |
Standard project issues, non-service-desk searches |
jira-issue, jira-search |
| jira-dev |
Issue field updates, JQL searches |
jira-issue, jira-search |
| jira-fields |
Field value searching, field value updates |
jira-search, jira-issue |
| jira-ops |
Project configuration, issue operations |
jira-admin, jira-issue |
| jira-admin |
Issue CRUD, bulk operations |
jira-issue, jira-bulk |
When to Clarify First
Ask the user before routing when:
- Request matches 2+ skills with similar likelihood
- Request is vague or could be interpreted multiple ways
- Destructive operations are implied
Disambiguation Table
| Pattern |
Ambiguity |
Question |
Options |
| "update issues" (no count) |
Single vs multiple |
"One issue or multiple?" |
jira-issue, jira-bulk |
| "show the sprint" |
Details vs issues |
"Sprint details or issues in sprint?" |
jira-agile, jira-search |
| "link PR" |
Link to JIRA or create link |
"Link PR to JIRA issue or create issue relationship?" |
jira-dev, jira-relationships |
| "close them" (after search) |
Single vs bulk |
"Close all N issues found?" |
jira-bulk (with confirmation) |
| "delete issues" |
Count unclear |
"How many issues? (One uses jira-issue, multiple uses jira-bulk)" |
jira-issue, jira-bulk |
Disambiguation Examples
"Show me the sprint"
Could mean:
- Sprint metadata (dates, goals, capacity) → jira-agile
- Issues in the current sprint → jira-search
Ask: "Do you want sprint details or the issues in the sprint?"
"Update the issue"
Could mean:
- Change fields on one issue → jira-issue
- Transition status → jira-lifecycle
- Update multiple issues → jira-bulk
Ask: "What would you like to update - fields, status, or multiple issues?"
"Create an issue in the epic"
Context determines:
- Epic context explicit → jira-agile
- Just issue creation → jira-issue
"Find all P1 bugs and close them"
Multi-step workflow:
- First search with jira-search to find issues
- Then confirm count before using jira-bulk to close
Ask: "I found N bugs. Want me to close them all?"
Context Awareness
Pronoun Resolution
When user says "it" or "that issue":
- If exactly one issue mentioned in last 3 messages → use it
- If multiple issues mentioned → ask: "Which issue - TES-123 or TES-456?"
- If no issue in last 5 messages → ask: "Which issue are you referring to?"
After CREATE:
User: "create a bug in TES" → TES-789 created
User: "assign it to me"
→ "it" = TES-789 (the issue just created)
User: "create a bug in DEMO" → DEMO-105 created
User: "show me the details of the bug we just created"
→ "the bug we just created" = DEMO-105 (use jira-issue to retrieve details)
After SEARCH:
User: "find all open bugs" → Found TES-100, TES-101, TES-102
User: "close them"
→ "them" = the search results (use jira-bulk)
Project Scope
When user mentions a project:
- Remember it for subsequent requests in this conversation
- "Create a bug in TES" → TES is now the active project
- "Create another bug" → Use TES implicitly
- Explicit project mention updates the active project
Context Expiration
After 5+ messages or 5+ minutes since last reference:
- Re-confirm rather than assume: "Do you mean TES-123 from earlier?"
- Don't guess when context is stale
Common Workflows
Create Epic with Stories
- Use jira-agile to create the epic → Note epic key (e.g., TES-100)
- Use jira-issue to create each story with
--epic TES-100 flag to link during creation
- Alternatively: create stories first, then use
jira-as agile epic add-issues to link existing issues
- Confirm: "Created epic TES-100 with N stories"
Bulk Close from Search
- Use jira-search to find matching issues
- Use jira-bulk with --dry-run to preview
- Confirm count with user before executing
Data Passing Between Steps
When one skill's output feeds another:
- Capture entity IDs from responses (e.g., epic key from jira-agile)
- State this explicitly: "Created EPIC-123. Now creating stories..."
- Reference captured data in subsequent operations
Error Handling
If a skill fails:
- Report the error clearly
- Suggest recovery options from docs/SAFEGUARDS.md
- Offer alternative approaches
If a skill is not available:
- Acknowledge the limitation
- Suggest alternatives from the Quick Reference table
Permission Awareness
Before operations that might fail due to access:
- Check if user has mentioned permission issues before
- Suggest
jira-admin for permission checks when blocked
Discoverability
/jira-assistant-skills:browse-skills - List all skills with descriptions
/jira-assistant-skills:skill-info <name> - Detailed skill information
If user asks "what can you do?" or similar:
- Show the Quick Reference table
- Offer to explain specific skills
What This Hub Does NOT Do
- Execute JIRA operations directly (always delegates)
- Guess when uncertain (asks instead)
- Perform destructive operations without confirmation
- Route to deprecated or unavailable skills without warning
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: grandcamel-jira-assistant-skills-jira-assistant3description: JIRA Assistant4---56# JIRA Assistant78This hub routes requests to specialized JIRA skills. It does not execute JIRA operations directly—it helps find the right skill.910## Risk Levels1112| Operation | Risk | Notes |13|-----------|------|-------|14| Route to skill | `-` | Read-only routing decision |15| Skill discovery | `-` | Lists available skills |16| Context tracking | `-` | In-memory only |1718**Risk Legend**: `-` Safe, read-only | `!` Caution, modifiable | `!!` Warning, destructive but recoverable | `!!!` Danger, irreversible1920## Quick Reference2122| I want to... | Use this skill | Risk |23|--------------|----------------|:----:|24| Create/edit/delete a single issue, view/show issue details | jira-issue | ⚠️ |25| Search with JQL, export results | jira-search | - |26| Change status, assign, resolve, manage versions/components | jira-lifecycle | ⚠️ |27| Manage sprints, epics, subtasks, story points | jira-agile | - |28| Add comments, attachments, watchers | jira-collaborate | - |29| Link issues, view dependencies, blocker chains | jira-relationships | - |30| Log time, manage worklogs, time reports | jira-time | - |31| Handle service desk requests, SLAs, queues, approvals, assets, knowledge base | jira-jsm | - |32| Bulk operations on many issues (50+) with dry-run preview | jira-bulk | ⚠️⚠️ |33| Git branch names, commits, PR descriptions | jira-dev | - |34| Custom field discovery and Agile field configuration | jira-fields | - |35| Project discovery, cache management, diagnostics | jira-ops | - |36| Project settings, permissions, automation rules | jira-admin | ⚠️⚠️ |3738**Risk Legend**: `-` Read-only/safe | `⚠️` Has destructive ops (confirm) | `⚠️⚠️` High-risk (confirm + dry-run)3940---4142## Routing Rules43441. **Explicit skill mention wins** - If user says "use jira-agile", use it452. **Entity signals** - Issue key present → likely jira-issue or jira-lifecycle463. **Quantity determines bulk** - 50+ issues → jira-bulk (consider bulk for 10+, required for 50+)474. **Keywords drive routing**:48 - "show", "view", "display", "get", "retrieve", "see", "details", "look up", "check" (with issue reference) → jira-issue49 - "create", "update", "delete" (single issue) → jira-issue50 - "search", "find", "JQL", "filter" → jira-search51 - "sprint", "epic", "backlog", "story points", "subtask" → jira-agile52 - "transition", "move to", "assign", "close", "version", "release", "component", "resolve", "reopen", "archive" → jira-lifecycle53 - "comment", "attach", "watch", "notify", "notification", "activity", "history", "changelog" → jira-collaborate54 - "link", "blocks", "depends on", "clone", "dependency graph", "blocker chain" → jira-relationships55 - "log time", "worklog", "estimate", "time report", "timesheet" → jira-time56 - "service desk", "SLA", "customer", "request", "queue", "approval", "knowledge base", "asset" → jira-jsm57 - "branch name", "commit", "PR" → jira-dev58 - "custom field", "field ID" → jira-fields59 - "cache", "warm cache", "project discovery", "diagnostics", "performance", "request batching" → jira-ops60 - "permissions", "project settings", "automation", "automation rule", "users", "groups", "notifications", "screens", "issue types", "workflows", "notification scheme", "permission scheme" → jira-admin6162---6364## Negative Triggers6566| Skill | Does NOT handle | Route to instead |67|-------|-----------------|------------------|68| jira-issue | Bulk (50+), transitions, comments, sprints, time | jira-bulk, jira-lifecycle, jira-collaborate, jira-agile, jira-time |69| jira-search | Single issue lookup, issue modifications | jira-issue, jira-bulk |70| jira-lifecycle | Field updates, bulk transitions | jira-issue, jira-bulk |71| jira-agile | Issue CRUD (except epic/subtask), JQL, time tracking | jira-issue, jira-search, jira-time |72| jira-bulk | Single issue ops, sprint management | jira-issue, jira-agile |73| jira-collaborate | Field updates, bulk comments | jira-issue, jira-bulk |74| jira-relationships | Field updates, epic/sprint linking | jira-issue, jira-agile |75| jira-time | SLA tracking, date-based searches | jira-jsm, jira-search |76| jira-jsm | Standard project issues, non-service-desk searches | jira-issue, jira-search |77| jira-dev | Issue field updates, JQL searches | jira-issue, jira-search |78| jira-fields | Field value searching, field value updates | jira-search, jira-issue |79| jira-ops | Project configuration, issue operations | jira-admin, jira-issue |80| jira-admin | Issue CRUD, bulk operations | jira-issue, jira-bulk |8182---8384## When to Clarify First8586Ask the user before routing when:87- Request matches 2+ skills with similar likelihood88- Request is vague or could be interpreted multiple ways89- Destructive operations are implied9091### Disambiguation Table9293| Pattern | Ambiguity | Question | Options |94|---------|-----------|----------|---------|95| "update issues" (no count) | Single vs multiple | "One issue or multiple?" | jira-issue, jira-bulk |96| "show the sprint" | Details vs issues | "Sprint details or issues in sprint?" | jira-agile, jira-search |97| "link PR" | Link to JIRA or create link | "Link PR to JIRA issue or create issue relationship?" | jira-dev, jira-relationships |98| "close them" (after search) | Single vs bulk | "Close all N issues found?" | jira-bulk (with confirmation) |99| "delete issues" | Count unclear | "How many issues? (One uses jira-issue, multiple uses jira-bulk)" | jira-issue, jira-bulk |100101### Disambiguation Examples102103**"Show me the sprint"**104Could mean:1051. Sprint metadata (dates, goals, capacity) → jira-agile1062. Issues in the current sprint → jira-search107108Ask: "Do you want sprint details or the issues in the sprint?"109110**"Update the issue"**111Could mean:1121. Change fields on one issue → jira-issue1132. Transition status → jira-lifecycle1143. Update multiple issues → jira-bulk115116Ask: "What would you like to update - fields, status, or multiple issues?"117118**"Create an issue in the epic"**119Context determines:120- Epic context explicit → jira-agile121- Just issue creation → jira-issue122123**"Find all P1 bugs and close them"**124Multi-step workflow:1251. First search with jira-search to find issues1262. Then confirm count before using jira-bulk to close127128Ask: "I found N bugs. Want me to close them all?"129130---131132## Context Awareness133134### Pronoun Resolution135136When user says "it" or "that issue":137- If exactly one issue mentioned in last 3 messages → use it138- If multiple issues mentioned → ask: "Which issue - TES-123 or TES-456?"139- If no issue in last 5 messages → ask: "Which issue are you referring to?"140141**After CREATE**:142```143User: "create a bug in TES" → TES-789 created144User: "assign it to me"145→ "it" = TES-789 (the issue just created)146147User: "create a bug in DEMO" → DEMO-105 created148User: "show me the details of the bug we just created"149→ "the bug we just created" = DEMO-105 (use jira-issue to retrieve details)150```151152**After SEARCH**:153```154User: "find all open bugs" → Found TES-100, TES-101, TES-102155User: "close them"156→ "them" = the search results (use jira-bulk)157```158159### Project Scope160161When user mentions a project:162- Remember it for subsequent requests in this conversation163- "Create a bug in TES" → TES is now the active project164- "Create another bug" → Use TES implicitly165- Explicit project mention updates the active project166167### Context Expiration168169After 5+ messages or 5+ minutes since last reference:170- Re-confirm rather than assume: "Do you mean TES-123 from earlier?"171- Don't guess when context is stale172173---174175## Common Workflows176177### Create Epic with Stories1781. Use jira-agile to create the epic → Note epic key (e.g., TES-100)1792. Use jira-issue to create each story with `--epic TES-100` flag to link during creation180 - Alternatively: create stories first, then use `jira-as agile epic add-issues` to link existing issues1813. Confirm: "Created epic TES-100 with N stories"182183### Bulk Close from Search1841. Use jira-search to find matching issues1852. Use jira-bulk with --dry-run to preview1863. Confirm count with user before executing187188### Data Passing Between Steps189When one skill's output feeds another:190- Capture entity IDs from responses (e.g., epic key from jira-agile)191- State this explicitly: "Created EPIC-123. Now creating stories..."192- Reference captured data in subsequent operations193194---195196## Error Handling197198If a skill fails:199- Report the error clearly200- Suggest recovery options from docs/SAFEGUARDS.md201- Offer alternative approaches202203If a skill is not available:204- Acknowledge the limitation205- Suggest alternatives from the Quick Reference table206207### Permission Awareness208Before operations that might fail due to access:209- Check if user has mentioned permission issues before210- Suggest `jira-admin` for permission checks when blocked211212---213214## Discoverability215216- `/jira-assistant-skills:browse-skills` - List all skills with descriptions217- `/jira-assistant-skills:skill-info <name>` - Detailed skill information218219If user asks "what can you do?" or similar:220- Show the Quick Reference table221- Offer to explain specific skills222223---224225## What This Hub Does NOT Do226227- Execute JIRA operations directly (always delegates)228- Guess when uncertain (asks instead)229- Perform destructive operations without confirmation230- Route to deprecated or unavailable skills without warning231232---233> Converted and distributed by [TomeVault](https://tomevault.io/claim/grandcamel) — claim your Tome and manage your conversions.234<!-- tomevault:4.0:skill_md:2026-04-11 -->