- Check access and target first.
- If the request names a ticket, start with
acli jira workitem view ISSUE-KEY. - If the request is about a queue or search, use
acli jira workitem searchwith the narrowest JQL or filter that answers it. - If auth or account context looks wrong, run
acli jira auth status.
- If the request names a ticket, start with
- Check the issue before change.
- Read the current summary, status, assignee, description, and comments before you edit, comment, or transition it.
- Use
--fieldsonacli jira workitem vieworacli jira workitem comment list --key ISSUE-KEYwhen you need a tighter read. - Do not guess ticket keys, workflow status names, filters, or account identifiers.
- Change with the narrowest command.
- Use
acli jira workitem editfor fields,acli jira workitem comment createfor updates,acli jira workitem transitionfor status changes, andacli jira workitem view --webwhen a browser view is the fastest proof. - Prefer non-interactive flags only when the user already gave the exact text, target status, or field values.
- Use
- Check the result after change.
- Re-run
acli jira workitem view ISSUE-KEYafter any mutation, and re-read comments when you added or edited one. - Report the decisive result: what changed, the new status or field values, or the blocker.
- Re-run
- Show the outcome, not the manual.
- Keep the reply task-shaped: issue key, action, result, blocker.
- Use
references/COMMANDS.mdonly when you need exact syntax, field names, or troubleshooting.
Agent Skills: jira
Manage JIRA tickets. Use it when the user mentions JIRA with ticket IDs like FOO-123.
UncategorizedID: l-lin/dotfiles/jira
Install this agent skill to your local
Skill Files
Browse the full folder contents for jira.
Loading file tree…
home-manager/modules/share/misc/jira/.config/ai/skills/jira/SKILL.md
Skill Metadata
- Name
- jira
- Description
- Use when a request involves Jira tickets, issue keys like FOO-123, or a Jira queue, especially to inspect, edit, comment on, or transition work with Atlassian CLI `acli`.