AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Twg Jira

skill-atlassian-twg-cli-twg-jira · by atlassian

>

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-atlassian-twg-cli-twg-jira

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-atlassian-twg-cli-twg-jira)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Twg Jira? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 . 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.

  • The user asks to find or review duplicate Jira workitems.
  • 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 | rovo search --app jira | | Duplicate workitem detection | references/duplicates.md | | Related artifacts or people | Native read plus context | | Link implementation artifacts | jira workitem link | | 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 "" 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.
  • Run twg jira workitem transition --id --site -o json without --transition-id to discover available transitions, their screen field requirements, and required fields.
  • Select a transition from the result and use its requirements to gather the screen-required field values before calling with --transition-id.
  • Treat required fields as user-decision inputs. If the user did not supply a required value, do not infer or choose an allowed value; ask the user before transitioning. This includes Resolution: a request to cancel does not imply Won't Do, Declined, Duplicate, or another Resolution.
  • This discovery call is read-only and does not transition the workitem.
  • 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/duplicates.md - prompt driven duplicate detection and review
  • references/rich-content.md - descriptions, comments, and mentions
  • references/administration.md - Jira configuration versus workitem data

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.