mcpbeat Sign in

Twg Agentic Search Agent Skill

> Use with root `twg` for deep iterative enterprise/company knowledge search and internal research with Rovo Search across connected apps/connectors including Confluence, Jira, Drive, Slack, Bitbucket, and GitHub.

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
8
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/atlassian/twg-cli --skill twg-agentic-search

What comes with it

1 522 bytes besides the instruction
LICENSE.txt

The instruction itself

5 sections, as written by the author

Use together with the root twg skill. Exact command grammar comes from live

twg help, especially twg help describe "rovo search" when filter or output

options matter.

CLI launcher fallback

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.

Workflow

  • Classify the request as fuzzy or cross-product internal research. Prefer this

skill when the source is unclear, current company knowledge is needed, or the

answer may span Confluence, Jira, Drive, Slack, Bitbucket, GitHub, or other

Rovo-connected apps.

  • Confirm or infer the Atlassian site. Ask only when no configured or explicit

site is available and the ambiguity would change the search.

  • If app/source availability changes the plan, run

twg rovo list-apps -o json or twg search list-apps -o json. Use the

returned built-ins, connectors, readiness, and auth/setup actions to decide

scope; do not start setup or login unless the user asked for it.

  • Start with one query that combines the concrete topic with the requested

artifact or decision type. Use at most one canonical/authoritative or

recent/update-oriented refinement when the first result set mixes scopes,

lacks primary sources, or misses the requested time signal. Do not fan out

exact-title searches for every candidate already returned by the primary

query.

  • Choose filters deliberately. Default to Confluence and Jira built-ins for

official/internal knowledge. Broaden to Slack, Google Drive, Bitbucket,

GitHub, or other connectors only when useful and available. Use app, type,

recency, owner/contributor/assignee/reporter/status, title-only, label/space,

and site filters when they narrow evidence without hiding likely answers.

  • Search with bounded output:
twg rovo search "<query>" --output json --output-summary auto --agent-fields @compact
twg rovo search "<query>" --output json --output-summary auto --agent-fields @evidence

Use @compact to shortlist candidates and @evidence when snippets, URLs, and

provenance need more detail.

Evidence Rules

  • Treat search snippets as candidates, not facts.
  • Hydrate a small, diverse primary-source set before final claims. For document

discovery, cover distinct roles such as requirements, architecture/design,

and current delivery rather than redundant pages. Use product-native

commands such as twg confluence content get, twg jira workitem get,

twg jira workitem query, twg bb prs, twg bb repo, or the relevant

product command for the result URL/type.

  • For document or PRD discovery, select at most five sources across those roles.

Hydrate one source per role unless a material conflict requires a second.

Stop once the roles, current delivery, and important conflicts are supported,

even when search returns more candidates.

  • Prefer official spaces, owned project pages, current Jira issues, and recent

decision records over personal drafts or stale chat mentions, unless the user

explicitly asked for informal signal.

  • Compare hydrated evidence for conflicts, recency, ownership, and authority.
  • Do not rerun an @evidence search for a candidate that can be hydrated through

its product-native URL or ID, and do not refetch one source under another

projection.

Call out ACL gaps, unavailable connectors, low recall, and unresolved

contradictions instead of flattening them into a single claim.

Output

Lead with the answer or best-supported conclusion. Cite hydrated titles/URLs and

include the source app, date or status when available, and why each source was

trusted. Separate confirmed facts, likely interpretations, conflicts, and gaps.

Other skills for the same job

different authors, same section of the catalogue
Daily Meeting Update
by softaworks
×2

Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.

8k tokens scripts
Daily Briefing
by anthropics
vendor ×1

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

2k tokens
Prospect
by anthropics
vendor ×1

Full ICP-to-leads pipeline. Describe your ideal customer in plain English and get a ranked table of enriched decision-maker leads with emails and phone numbers.

901 tokens
Capture Tasks From Meeting Notes
by openai
vendor ×1

Analyze meeting notes to find action items and create Jira tasks for assigned work. When an agent needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes or Confluence pages, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team members. Identifies assignees, looks up account IDs, and creates tasks with proper context.

6k tokens
Onboarding Cro
by ComeOnOliver
×1

When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also use when the user mentions "onboarding flow," "activation rate," "user activation," "first-run experience," "empty states," "onboarding checklist," "aha moment," or "new user experience." For signup/registration optimization, see signup-flow-cro. For ongoing email sequences, see email-sequence.

5k tokens
Daily Prep
by github
vendor

Prepare for tomorrow''s meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings, detects conflicts and day-fit issues, finds learning and deep-work slots, and generates a structured HTML prep file with productivity recommendations.

2k tokens
Gtm Operating Cadence
by github
vendor

Design meeting rhythms, metric reporting, quarterly planning, and decision-making velocity for scaling companies. Use when decisions are slow, planning is broken, the company is growing but alignment is worse, or leadership meetings consume all time without producing decisions.

4k tokens
Add Gcal Tool
by nanocoai

Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever reach the container; OneCLI injects real tokens at request time.

3k tokens scripts

How to use it

Copy the folder

Take atlassian/twg-agentic-search from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.