From bot-automation
Add the bot account as a collaborator with push permissions to a repository
How this skill is triggered — by the user, by Claude, or both
Slash command
/bot-automation:add-botThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add the bot account as a collaborator with push permissions to a repository.
Add the bot account as a collaborator with push permissions to a repository.
Read bot_account, owner_account from the org's or project's CLAUDE.md ## Automation config table.
my-repoowner/my-repogit remote get-url origingh api user --jq '.login'gh auth switch --user <owner_account>gh api repos/{owner}/{repo}/collaborators/<bot_account> -X PUT -f permission=pushgh api repos/{owner}/{repo}/collaborators/<bot_account>gh auth switch --user {original_user}npx claudepluginhub seabbs/skills --plugin bot-automationAutomatically detects and configures GitHub credentials (GITHUB_TOKEN, gh CLI, SSH, helpers) for git remotes and auth in workflows targeting GitHub repositories.
Sets up tend (Claude-powered CI) on a GitHub repo. Creates config, generates workflows, configures secrets and branch protection via API, creates bot account and PAT via Chrome. Use when setting up tend on a new repo or when asked to install/configure tend.
Automates GitCode open-source repo merge workflow: commit → push → issue → PR → pipeline → review → /lgtm & /approve → merge.