From atlassian-suite
This skill should be used when the user asks to "audit branch protection", "show branch restrictions", "protect main branch", "require approvals", "branch policy", or runs `/atlassian-suite:branch-protection`. Lists branch restrictions on a repo and helps add/remove protection rules.
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), add, remove.
$3+ = Action-specific args.
list → list_branch_restrictions. Render by pattern → kind → value, plus bypass users/groups. Highlight common gaps:
main/master without require_approvals_to_merge ≥ 1main/master without require_passing_builds_to_mergeforce block on mainadd → ask for pattern + kind + value (and optional bypass users), confirm, call create_branch_restriction.
remove → require restriction_id, confirm, call delete_branch_restriction.
Optionally surface the branching model: get_branching_model_settings shows development/production/branch type config.
release/*, feature/**.