After installing and authenticating, try these commands:
1 2twg --help # Top-level navigation twg <surface> --help # Product-level help twg <surface> <resource> --help # Resource-level help
1 2# See your recent work across all products twg work query --scope me --since 7d # Search Jira issues twg jira issues search --site myco --jql "assignee = currentUser() AND statusCategory != Done" # Read a Confluence page twg confluence pages get 12345 --site myco --body-format adf # Check your Atlas goals twg goals --scope me # View your org chart twg org-tree --name "Jane Doe" --up-only # Find your top collaborators twg collaborators --scope me --since 30d # Get full context around a Jira issue twg context jira workitem PROJ-123
1 2# Install agent skills twg skills install --global # Then ask your agent (Rovo Dev, Claude Code, Cursor, etc.): # "Using twg skill, summarize the work I did this week" # "Using twg skill, what are my open Jira issues?" # "Using twg skill, create a Confluence page about our Q2 goals"
| Flag | What it does |
|---|---|
-s myco | Target your Atlassian site |
-o json | Machine-readable JSON output |
--scope me | Filter to your own items |
--since 7d | Time window (7d, 2w, 1m) |
--help | Help for any command |
Rate this page: