Create and update Jira issues, epics, and sprints; manage backlog and sprint transitions. Use when you say: 'create a ticket', 'open a story', 'link an epic', 'start a sprint', or 'search the backlog'.
76
96%
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
Project keys, workflow state IDs, and board config: tracker-config.md. Docs: https://developer.atlassian.com/cloud/jira/platform/
tracker-config.md before transitioning; retry once, then stop.status = "In Progress".create call is only successful if it returns an issue key. Verify before treating the issue as tracked.PROJ-123) in the branch or PR title.Summary format [Area] Short description — e.g. [Schema] Add priceRange field, [DB] Add price_range column, [UI] Build PriceRangeFilter, [Test] E2E price range filtering.
Every description must carry: Objective (one sentence), Files (partition) (paths this agent may modify), Acceptance Criteria (verifiable checklist), Dependencies (issue keys). Group under an Epic; use components or labels for domain grouping.
Flow Backlog → To Do → In Progress → In Review → Done. Agent moves To Do → In Progress on start, In Progress → Done only after verification.
Untracked bug found mid-task: search Jira first; if absent create a [Bug] in Backlog with symptoms, repro steps, and affected files.
project = PROJ AND status = "In Progress" ORDER BY priority DESC
project = PROJ AND type = Bug AND status != Done ORDER BY priority DESC
project = PROJ AND sprint in openSprints() ORDER BY priority DESC
project = PROJ AND priority = Highest AND status != DoneSession: query in-progress work first → decompose into issues → link dependencies → transition before/after each → on completion verify all Epic issues Done, run build/lint/test, close the Epic.
fa0c341
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.