Read, search, draft, create, or update Jira work. Use only with explicit Jira or Atlassian context, a Jira URL, or a Jira-style issue key such as PROJ-123; generic mentions of an issue, ticket, sprint, or backlog are not sufficient.
73
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Read, search, draft, and safely modify Jira work through whatever authenticated Jira capability is available in the current runtime.
Do not assume a connector namespace, tool name, parameter schema, or CLI version.
jira CLI is available, then inspect its current help for the intended operation.curl commands.For a connector-backed request, read references/mcp.md. For a CLI-backed request, read references/commands.md. Do not load both unless the first backend lacks a required capability and a configured fallback is actually available.
| Request | Default behavior | Mutation? |
|---|---|---|
| View an issue, search, list a sprint, inspect metadata | Execute with the narrowest read capability and paginate deliberately | No |
| Draft a new issue or proposed edit | Produce a local draft/diff only | No |
| Create, edit, assign, transition, link, comment, change sprint state | Follow the mutation contract below | Yes |
| Open an issue in a browser | Confirm the resolved issue/URL; opening is not a Jira record mutation | No |
Issue keys normally match [A-Z][A-Z0-9]+-[0-9]+. Validate the complete key rather than extracting a partial match from untrusted text.
Apply this contract to every representational Jira write, including comments and assignments.
Resolve a bounded target set. Default to one issue. For bulk requests, list exact keys and cap each review batch at 10 issues. Never mutate every search result or an open-ended query.
Fetch authoritative current state. For creates, inspect project, issue-type, and required-field metadata and search for likely duplicates. For edits, fetch the affected fields. For transitions, fetch current status and available transitions. For assignment, resolve a backend-valid account identifier.
Show the exact diff. Use this shape:
| Target | Field/action | Current | Proposed | Notification/reversibility |
|---|
Use <new issue> as the current value for creates. Do not summarize away deleted text or hidden field changes.
Ask for action-time approval. Approval covers only the displayed targets and values. Any changed target, value, transition, or newly discovered required field invalidates the approval and requires a new diff and approval.
Execute only the approved mutation. Do not add an explanatory comment, notify another channel, change another field, or perform a follow-up transition unless that action was independently requested and approved.
Verify by reading Jira again. Report the persisted state and any partial failure. A successful command exit alone is not verification.
One action-time approval may cover one displayed batch of up to 10 exact writes even when the backend executes them sequentially. The approved targets, order, fields, and values must remain unchanged. Verify each write before continuing; any failure or changed payload stops the batch and requires a new diff and approval. Split requests larger than 10 into independently reviewed batches; do not silently truncate them or reuse an earlier approval.
State which capability is missing. Offer one of these user-controlled setup paths without asking for credentials in chat:
jira CLI and complete its interactive jira init flow locally.After setup, rediscover capabilities rather than assuming a particular tool inventory.
439cd3a
Canonical home
since Jan 29, 2026
Also appears in
since Sep 7, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.