From atlassian-suite
This skill should be used when the user asks to "search code", "find usages of X across repos", "where is function Y defined", "grep across bitbucket", or runs `/atlassian-suite:code-search`. Runs a Bitbucket workspace-wide code search with optional language/path/repo filters.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
`$1` = Search query.
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.
$1 = Search query.
$2 = Optional repo slug to scope the search (repo:).
$3 = Optional language filter (lang:).
Compose the query. Bitbucket search supports filters:
repo:my-repo — scope to a single repolang:python — restrict by languagepath:src/ — restrict by path prefixext:tsx — restrict by extensionAdd filters from $2/$3 if provided.
Call mcp__acendas-atlassian__search_code with pagelen=25.
Render results with file path, repo, line range, and a short snippet.
Cap at 25; if more, show ... and N more and offer narrowing tips.