From bot-automation
Add the bot account as a collaborator with push permissions to a repository
npx claudepluginhub seabbs/skills --plugin bot-automationThis skill uses the workspace's default tool permissions.
Add the bot account as a collaborator with push permissions to a repository.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
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}