After installing skills, describe what you want in plain language. Your agent discovers the right commands and synthesises the results. Here are common prompts to try:
| Prompt | What the agent runs |
|---|---|
| "Summarize the work I did in the last 2 weeks" | twg work query --scope me --since 14d |
| "What are my open Jira issues?" | twg jira workitem query --jql "assignee = currentUser() AND statusCategory != Done" |
| "Show latest updates on project ATLAS" | twg projects get ATLAS |
| "Who do I collaborate with most?" | twg collaborators --scope me |
| "Find Confluence pages about onboarding" | twg confluence search query --cql "text ~ 'onboarding'" |
| "Create a Jira issue for the login bug" | twg jira workitem create --space PROJ --type Bug --summary "Login bug" |
| "What's my org structure?" | twg org-tree --scope me --up-only |
| "Show PRs I authored this week" | twg bitbucket pull-requests query --scope me --since 7d |
| "What goals is my team tracking?" | twg goals --scope team |
| "Get full context around PROJ-456" | twg context jira workitem PROJ-456 |
These prompts combine multiple commands into a single response.
Generate a weekly status report:
"Generate a weekly status report for my goals and projects. Include Jira progress, merged PRs, and Confluence updates from this week."
Onboard to a new team:
"I just joined Platform Engineering. Orientate me — team members, org chart, goals, projects, focus areas, recent Confluence docs, and the current sprint."
Explore a Jira issue in depth:
"Explore the full context of PROJ-1234. Show linked PRs, Confluence docs, parent and child issues, and dependencies."
Look someone up:
"Who is jane.doe@example.com? Show their role, reporting chain, teams, and recent work."
Check strategic health:
"Generate a health report for the 'Platform' focus area. Show active goals with status and flag anything off track."
Rate this page: