> Root TWG CLI skill for Atlassian work-data tasks. Use typed commands for known anchors; use live `twg help` only when command shape or output contract is uncertain.
npx skills add https://github.com/atlassian/twg-cli --skill twg
TWG routing: use typed commands for anchors. If uncertain, inspect twg help <terms>,
twg help describe <path>, or twg help discover-skills "<intent>".
Load the narrowest workflow skill:
twg-status-rollups for status, leadership, and decision-readiness; load it beforetwg-engineering-work for PR-based team/org rollups.
twg-context-discovery for deep dives, dependencies, graphs, repos, and catch-ups.twg-agentic-search for fuzzy cross-product Rovo/company-knowledge research.twg-responsibility-routing for owners, experts, approvers, authorities, and escalation.twg-engineering-work for code search and navigation, PR status, reviews,contributors, and hot areas.
twg-jira-resolve-merged-work for stale Jira work backed by merged PRs.twg-operational-health for handoffs, incidents, Assets, staffing, meetings, and risk.twg-bench-lite for read-only single-prompt A/B comparisons.Run twg <command>. 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.
Do not add per-command env prefixes unless requested; hosts may set TWG_AGENT_DEFAULTS=1.
Use stdout_inline first when present. Outside benchmark lanes, inspect output_files.compact
only when inline evidence is incomplete; full stdout is the last resort.
In TWG-only benchmark lanes, run only twg commands. Never use shell utilities or pipelines
(jq, rg, date) to transform evidence or calculate windows. Use compact/inline TWG output,
the prompt's timezone and window, and report gaps. Match the intent to the narrowest companion
skill before selecting a command. Let that skill determine the typed route; use at most one help
call when command shape or output remains ambiguous.
Do not run setup, login, install, update, upkeep, or credential commands unless
explicitly requested for setup/auth/repair. Otherwise report remediation and wait for user direction.
Converge; prefer typed or product-native evidence.
resolve, search,user, org-tree, work query, work search, pull-requests, jira,
confluence, docs, context, responsibility, goals, projects,
assets, and trello.
twg search "<topic>" [--limit <n>] for top-K discovery; explicit --app preflights.twg trello search "<query>" --limit 20; no workspace scope.twg rovo list-apps -o json (list-connectors alias), then explicit twg rovo search ... --app <connector>; follow its auth action or twg rovo auth <app>.twg docs query --since <duration> [--account-id <id>] [--first <n>] is user activity history, not title/content search.twg docs search "<topic>" [--limit <n>] is fuzzy Rovo discovery across Confluence and ready document connectors.docs query; route that intent to docs search.twg work query defaults to seven days of authored work; other activity requires --activity / --include-viewed.twg work search "<topic>" is tenant-wide; use docs search for documents. Prefer it directly when fuzzy text reaches work query.twg help <terms> then twg help describe <path>—before guessing grammar; namespace help is not executable.jira workitem search <text...> for Jira fuzzy text, jira workitem query --jql <jql> for structured JQL, and search <text...> --app jira for semantic discovery.jira workitem get, goals get, and projects get; --key is compatibility only.work query is user activity (--scope me|user), never --scope global; use work search for topics and advertised filters such as --types.assets search is shallow: inspect schemas/types, shortlist owners, then batch assets query/assets object query with --account-id.search-code for indexed code. Unless the user explicitly scopes a code host, omit --app so all available indexed SCM surfaces are searched; repeated --app values are supported for an explicit multi-host scope. Apply --workspace only when a known tenant boundary is useful, and --repo only as a discovery anchor rather than proof that the full implementation lives there. De-duplicate mirrors, widen after generated-doc or incomplete hits, then fetch selected source files.Use a concrete key, URL, ARI, slug, account ID, name, topic, me, or window.
../twg-jira/SKILL.md for Jira; ../twg-confluence/SKILL.md for Confluence edits.../twg-status-rollups/SKILL.md for status; ../twg-context-discovery/SKILL.mdfor context, dependencies, and graphs.
../twg-agentic-search/SKILL.md for fuzzy Rovo/company-knowledge search.../twg-responsibility-routing/SKILL.md for ownership, approval, and escalation.../twg-engineering-work/SKILL.md for code search, PRs, and reviews;../twg-jira-resolve-merged-work/SKILL.md for stale Jira work backed by merged PRs.
../twg-operational-health/SKILL.md for handoffs, reliability, incidents, assets, staffing, and risk.Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Take atlassian/twg from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.