From atlassian-suite
This skill should be used when the user asks for "pipeline status", "build status", "list pipelines", "is the build green", "show CI runs", or runs `/atlassian-suite:pipeline-status`. Lists recent Bitbucket Pipelines runs and summarizes pass/fail/in-progress.
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
`$1` = Repo slug.
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 = Repo slug.
$2 = Filter: latest (default — last 10 runs), failed, inprogress.
mcp__acendas-atlassian__list_pipelines with sort=-created_on, pagelen=20.latest → first 10failed → state.result.name = "FAILED"inprogress → state.name = "IN_PROGRESS"#{build_number} {state} {target.ref_name} {duration} {created_on} {trigger.name}
list_pipeline_steps and fetch failing step logs via get_pipeline_step_log.{curly braces} — pass them through verbatim.