From atlassian-suite
This skill should be used when the user asks to "search jira", "run a JQL query", "find jira issues where X", "help me write JQL", or runs `/atlassian-suite:jql-search`. Translates natural-language queries into JQL, runs the search, and explains the results.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
Translate a natural-language query into JQL, run it, summarize results.
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 a natural-language query into JQL, run it, summarize results.
$1 = Natural-language query OR raw JQL (auto-detected: if $1 contains =, ~, AND, or ORDER BY, treat as JQL).
Detect mode. Raw JQL → skip to step 4.
Translate. Build JQL from the natural language. Common patterns:
assignee = currentUser() AND statusCategory != Doneproject = PROJ AND issuetype = Bug AND created >= -7dpriority in (High, Highest) AND assignee is EMPTYcommentedBy = currentUser()Show the JQL to the user before running. If they object, refine.
Run via mcp__acendas-atlassian__jira_search (limit 50, expand only summary,status,assignee,priority,issuetype).
Render as a compact table:
{KEY} {issuetype} {status} {summary} ({assignee})
Offer follow-ups. "Want to triage one? Use /atlassian-suite:triage-issue {KEY}."
mcp__acendas-atlassian__jira_search_fields to discover the cf id.total > 50.