From atlassian-suite
This skill should be used when the user asks "what's deployed", "list deployments", "show environments", "deployment status", "promote to staging", or runs `/atlassian-suite:deployments`. Inspects Bitbucket Deployments — environments, recent deploys, and per-environment variables.
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 = Action: list (default — recent deploys), environments, variables.
$3 = Environment UUID (required for variables).
list_deployments with sort=-created_on. Render:
{state} {environment} {release} {commit} {created_on}
list_environments. Render id, name, type, rank.list_environment_variables for the given env. Mark secured variables with (secured) and never print their values (the API returns them masked).