jiralisted
Install: claude install-skill jjmartres/ai-coding-agents
# Jira
Natural language interaction with Jira. Supports multiple backends.
## Backend Detection
**Run this check first** to determine which backend to use:
```
1. Check if jira CLI is available:
→ Run: which jira
→ If found: USE CLI BACKEND
2. If no CLI, check for Atlassian MCP:
→ Look for mcp__atlassian__* tools
→ If available: USE MCP BACKEND
3. If neither available:
→ GUIDE USER TO SETUP
```
| Backend | When to Use | Reference |
| -------- | ----------------------------- | ------------------------ |
| **CLI** | `jira` command available | `references/commands.md` |
| **MCP** | Atlassian MCP tools available | `references/mcp.md` |
| **None** | Neither available | Guide to install CLI |
---
## Quick Reference (CLI)
> Skip this section if using MCP backend.
| Intent | Command |
| --------------- | ------------------------------------------------------ |
| View issue | `jira issue view ISSUE-KEY` |
| List my issues | `jira issue list -a$(jira me)` |
| My in-progress | `jira issue list -a$(jira me) -s"In Progress"` |
| Create issue | `jira issue create -tType -s"Summary" -b"Description"` |
| Move/transition | `jira issue move ISSUE-KEY "State"` |
| Assign to me | `jira issue assign ISSUE-KEY $(jira me)` |
| Unassign | `jira iss