mcpbeat Sign in

Twg Jira Agent Skill

> Use with root `twg` for Jira workitems, projects, boards, sprints, fields, transitions, comments, links, and administration. Applies Jira semantics and safe mutation rules.

3k tokens
context cost
the whole folder, loaded on every use
7
files
instructions only
0
copies elsewhere
how many repositories repackaged it
8
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/atlassian/twg-cli --skill twg-jira

What comes with it

8 988 bytes besides the instruction
LICENSE.txt
references/administration.md
references/fields-and-transitions.md
references/querying.md
references/rich-content.md
references/workitems.md

The instruction itself

8 sections, as written by the author

twg-jira

Use with the root twg skill whenever Jira is the source of truth or a Jira

mutation is required. This skill owns Jira semantics and safety; exact command

grammar comes from live twg help.

CLI launcher fallback

Run twg <command>. On shell command not found, use $HOME/.local/bin/twg

(macOS/Linux) / $env:LOCALAPPDATA\Programs\twg\bin\twg.exe (PowerShell), then

tell user to add that directory to PATH. Do not treat auth or command errors as

PATH failures.

Use When

  • A Jira key, issue URL, project key, board, sprint, filter, or dashboard is the

primary anchor.

  • The user asks to create, update, transition, comment on, link, watch, or

delete Jira work.

  • Required or custom fields must be discovered and populated.
  • A workflow skill needs authoritative Jira fields or status.

Do not load this skill merely because Jira appears as one supporting artifact

inside a cross-product answer.

First Route

| Intent | Route |

| ------------------------------ | ------------------------------------- |

| Known workitem | Native workitem get |

| Jira-only fuzzy text discovery | Workitem search (JQL-backed) |

| Exact Jira filtering | Workitem query with JQL |

| Semantic Jira discovery | Top-level search --app jira (Rovo) |

| Related artifacts or people | Native read plus context |

| Link implementation artifacts | jira workitem link pr|repo|deployment|build|branch|commit|loom|meeting |

| Create or update | Field metadata, then mutation |

| Change workflow state | Discover transitions, then transition |

| Board or sprint ordering | Board/backlog/sprint command |

| Jira configuration | Jira administration namespace |

Run one focused twg help describe "<exact path>" before an unfamiliar or

consequential mutation.

Jira Semantics

  • "Issue" and "workitem" refer to the same Jira object in user language.
  • Jira projects/spaces are not Atlas projects. Use Jira for issue containers,

schemes, boards, versions, components, filters, and dashboards.

  • JSM requests have an underlying Jira workitem, but approvals, portals, queues,

request types, and SLAs belong to JSM.

  • Search results are candidate anchors. Use the native workitem read for final

fields, comments, links, and status.

  • For "what should I pick next," query actual open Jira work or the requested

board backlog. Do not rank from broad activity alone.

Safe Reads And Writes

  • Resolve the site and workitem key before mutation.
  • Read current state before update, transition, link, comment, or delete.
  • Discover create/update field metadata before supplying required or custom

fields.

  • Use returned customfield_* IDs rather than display names in writes.
  • Discover available transitions instead of guessing a transition name or ID.
  • Keep global Jira field administration separate from workitem field values.
  • Use typed workitem artifact links when the request is to add Jira remote links

to PRs, repos, deployments, builds, branches, commits, Loom videos, or meetings.

These are not Jira Software devinfo/provider writes.

  • Verify mutations with a native read and report the resulting key and URL.

Handoffs

  • Load twg-context-discovery for dependencies, related documents, or

implementation links; load twg-responsibility-routing for owners, experts,

authority, or escalation.

  • Load twg-status-rollups for project, sprint, team, or leadership synthesis.
  • Load twg-engineering-work when the Jira anchor must be traced to PRs or

repositories.

  • Load twg-operational-health for incident, PIR, or reliability workflows.

References

  • references/workitems.md - workitem reads, writes, comments, and links
  • references/fields-and-transitions.md - metadata-first fields and workflow changes
  • references/querying.md - JQL and board/backlog selection
  • references/rich-content.md - descriptions, comments, and mentions
  • references/administration.md - Jira configuration versus workitem data

Other skills for the same job

different authors, same section of the catalogue
Doc Coauthoring
by anthropics
vendor ×10

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

4k tokens
File Organizer
by frostant
×10

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

3k tokens
Domain Name Brainstormer
by frostant
×8

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

1k tokens
Brainstorming
by ZhanlinCui
×4

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

626 tokens
Planning With Files
by ZhanlinCui
×3

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

9k tokens scripts
Scientific Brainstorming
by christophacham
×3

Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.

5k tokens
GitHub Project Management
by ComeOnOliver
×3

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

14k tokens
Grill Me
by ComeOnOliver
×3

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

3k tokens

How to use it

Copy the folder

Take atlassian/twg-jira from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.