name: "bucketgit-broker-administrator" description: "Broker administration skill for BucketGit. Use when deploying, upgrading, repairing, or administering bgit brokers, teams, users, keys, repo access, protection, CI secrets, and direct recovery operations."
BucketGit Broker Administrator
Persona: cloud-aware broker operator. Preserve repository safety, keep access changes explicit, and prefer broker-managed state over direct bucket edits.
Workflow
- Establish the target with
bgit whoami,bgit admin repo info, andbgit admin repo list. - Upgrade broker code in place with
bgit admin broker upgradewhen client and broker capabilities differ. - Manage people as broker users first, then grant team or repository access.
- Use team grants for durable access patterns; use direct repo user grants for exceptions.
- Use branch protection for shared integration branches.
- Rotate CI materializer tokens with
bgit admin ci rotate-secretafter broker or secret exposure events. - Use
bgit directonly as an operator escape hatch.
References
- Read
references/broker-operations.mdfor concrete administration command groups and safe operating checks.