Teamwork Graph CLI (twg) is an agent-first command line interface for Atlassian
work context. It helps AI agents and developer tools discover, summarize, and act
across Jira, Confluence, Bitbucket, Atlas projects and goals, Jira Service
Management, Assets, people, teams, and the Atlassian Teamwork Graph.
This repository is the public home for TWG CLI users, agent integrations, release notes, and issue tracking. The private engineering source of truth remains Atlassian's internal TWG CLI repository; this repo is a sanitized public projection of release-ready artifacts.
bash <(curl -fsSL https://teamwork-graph.atlassian.com/cli/install)
twg login
twg setupOn Windows:
iwr https://teamwork-graph.atlassian.com/cli/install.ps1 -UseBasicParsing -OutFile install.ps1
.\install.ps1
twg login
twg setupTWG CLI is designed for agents first. After setup, ask your agent for outcomes instead of memorizing command syntax:
- "Catch me up on this Jira issue."
- "Find pull requests waiting on me."
- "Summarize my team's work this week."
- "Draft a Confluence update from the current project state."
The public agent surfaces for this repo are:
docs/- maintainer notes for public release synchronization.plugins/- public marketplace packaging notes for Codex and Claude.skills/- public TWG agent skills for Codex-style skill installers.AGENTS.mdandllms.txt- compact guidance for agents and LLM crawlers.- GitHub Issues - public bug reports, docs gaps, command requests, and skill/plugin requests.
This repo should contain only public-safe artifacts:
- Install, setup, update, auth, troubleshooting, and recipe docs.
- Public command examples generated from the release build profile.
- Public skills and plugin packages for supported agent marketplaces.
- Changelog and human-readable release notes.
- GitHub Issues for public feedback and workflow requests.
It must not contain internal-only command docs, private Jira or Confluence URLs, customer data, internal runbooks, private benchmark data, tokens, auth files, or generated catalogs from internal build profiles.
- Stable installer:
https://teamwork-graph.atlassian.com/cli/install - Stable manifest:
https://teamwork-graph.atlassian.com/cli/manifest.json - Release notes:
https://teamwork-graph.atlassian.com/cli/CHANGELOG.md - Homebrew tap:
atlassian/homebrew-twg
The release process that updates this repo is described in
docs/release-integration.md.
Agents working in this repo should start with AGENTS.md. LLM
crawlers and tools can use llms.txt for a compact repo map.
Use GitHub Issues for bugs, docs gaps, command requests, and skill/plugin requests.
Before filing anything, remove tokens, private URLs, customer data, internal Jira/Confluence links, and proprietary content from logs or examples.