From atlassian-suite
This skill should be used when the user asks to "search confluence", "find confluence page about X", "help me write CQL", "look up our docs on Y", or runs `/atlassian-suite:confluence-search`. Translates natural-language queries to CQL, runs the search, summarizes results.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
Translate intent → CQL, run the search, summarize.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Translate intent → CQL, run the search, summarize.
$1 = Natural-language query or raw CQL.
$2 = Optional space key to scope the search.
Detect mode. If $1 contains space =, text ~, or other CQL operators, treat as CQL.
Translate. Common patterns:
text ~ "X" AND label = "runbook"space = ENG AND created >= now("-14d")creator = "alice"Apply space filter if $2 provided: AND space = "{$2}".
Run via mcp__acendas-atlassian__confluence_search (limit 25). Render:
{space}/{title} ({lastModified} by {creator})
{url}
Offer follow-up: "Want to read one? Use /atlassian-suite:confluence-page <id-or-title>."