What your agent can do
Once TWG CLI is set up, describe what you want to your agent in plain English. Your agent handles the queries and returns the results. This page shows what’s possible.
Note: TWG CLI capabilities are currently free to use during the Early Access Program (EAP), unless otherwise stated. In the future, some features may become paid offerings. If this changes, you’ll receive advance notice.
You don’t need to run commands yourself. If you’re curious what TWG CLI does behind the scenes, here’s an example of a command your agent might run:
twg jira workitem get --id PROJ-123This fetches the issue details, status, assignee, and linked items — everything your agent needs to answer your question. You never see this unless you want to.
Ask your agent across multiple apps
TWG CLI lets your agent pull context from multiple Atlassian apps in a single prompt.
ユースケース | Example prompt |
|---|---|
Summarise your recent work | "Summarise everything I worked on this week." |
Get context for your current focus | "What should I focus on today?" |
Look up a person | "Who is [name] and what are they working on?" |
Explore your org structure | "Show me the org tree for the Platform Engineering team." |
Find recently viewed content | "What have I looked at recently?" |
Onboard to a new team | "I just joined the Platform Engineering team. Help me get up to speed." |
Look up focus areas | "What focus areas is my team aligned to?" |
Workflow examples
These examples show multi-step workflows your agent can follow from a single prompt.
Example 1: Weekly work summary
What you say:
"Summarise everything I worked on this week."
What your agent does:
Looks up your recent Jira activity — issues updated, commented on, or transitioned.
Finds Confluence pages you’ve created or edited.
Checks pull requests you’ve opened or reviewed in Bitbucket.
Produces a plain-English summary you can share in a standup or check-in.
Example 2: Onboard to a new project
What you say:
"I just joined the Platform Engineering team. Help me get up to speed."
What your agent does:
Finds the team structure and key people.
Looks up the current active sprint and open issues.
Finds relevant Confluence docs and onboarding pages.
Lists recent pull requests in the team’s repos.
Summarises what the team is currently focused on.
Example 3: Explore a Jira issue in depth
What you say:
"Tell me everything about PROJ-123."
What your agent does:
Fetches the issue details, current status, and assignee.
Looks up linked issues and dependencies.
Finds related pull requests and any linked Confluence pages.
Gives you a full picture of the issue and what needs to happen next.
Example 4: Prepare for a sprint review
What you say:
"Help me prepare for our sprint review. The sprint ends Friday."
What your agent does:
Lists all issues in the current sprint, grouped by status.
Flags anything overdue or not started.
Summarises completed work in a format you can share.
Identifies any blockers or at-risk items.
Example prompts quick reference
Use these prompts as starting points. Your agent understands natural language, so you don’t need the exact wording.
トピック | Example prompt |
|---|---|
My work | "What are my open Jira issues?" |
My work | "Summarise everything I worked on this week." |
Sprint | "Show me the current sprint for the Platform team." |
Sprint | "What’s not done in our sprint? Flag anything at risk." |
課題 | "Tell me everything about PROJ-123." |
課題 | "Create a Jira issue for the login bug in PROJ." |
課題 | "Transition PROJ-456 to In Progress." |
Confluence | "Find pages about onboarding in Confluence." |
Confluence | "Summarise the Q3 planning page." |
コード | "Show PRs I authored this month." |
コード | "What deployments happened this week?" |
ユーザー | "Who are the key people in the Platform Engineering team?" |
ゴール | "What goals is my team tracking?" |
ゴール | "What’s the health status of our Q3 goal?" |
コンテキスト | "I just joined the Platform Engineering team. Help me get up to speed." |
コンテキスト | "What should I focus on today?" |
この内容はお役に立ちましたか?