How this skill is triggered — by the user, by Claude, or both
Slash command
/atlassian-suite:as-branch-protection <repo-slug> [action: list|add|remove] [args...]<repo-slug> [action: list|add|remove] [args...]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
`$1` = Repo slug.
$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/**.npx claudepluginhub acendas/acendas-marketplace --plugin atlassian-suiteGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.