Protected Branch Skill Branch protection management for GitLab using raw endpoint calls. Quick Reference | Operation | Command Pattern | Risk | |-----------|-----------------|:----:| | List protected | | - | | Get protection | | - | | Protect branch | | ⚠️ | | Update protection | | ⚠️ | | Unprotect branch | | ⚠️⚠️ | Risk Legend : - Safe | ⚠️ Caution | ⚠️⚠️ Warning | ⚠️⚠️⚠️ Danger When to Use This Skill ALWAYS use when: - User mentions "protect branch", "branch protection", "protected branches" - User wants to restrict who can push/merge to a branch - User mentions "force push", "code owners",…