From atlassian-suite
This skill should be used when the user asks to "list PRs", "list pull requests", "show open PRs", "PRs needing my review", "my PRs", or runs `/atlassian-suite:pr-list`. Lists Bitbucket pull requests with smart filters (mine, needs-review, stale).
npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteThis skill is limited to using the following tools:
Show Bitbucket PRs with smart filters.
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.
Show Bitbucket PRs with smart filters.
$1 = Optional repo slug. If empty, list across recent repos.
$2 = Filter (default open):
open — all OPEN PRsmine — OPEN PRs authored by the current userreview — OPEN PRs where current user is in reviewers list and hasn't approvedstale — OPEN PRs with no activity in 7+ daysmerged — recently merged (last 14 days)Resolve scope. If no repo, call mcp__acendas-atlassian__list_repositories and use the 5 most recently-updated repos.
Fetch PRs for each repo via mcp__acendas-atlassian__list_pull_requests with the appropriate state.
Apply filter client-side for mine / review / stale.
Render as a compact table:
{repo}/{id} {state} {title} ({author})
{reviewer-status} updated {age}
Cap output at 30 rows. If more match, append ... and N more.