From hive-teams
Create a GitHub pull request and link it to a Hive action. Use when the user wants to open a PR, submit changes for review, or attach a branch to Hive work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hive-teams:hive-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a GitHub pull request and attach the branch to the relevant Hive action when GitHub tooling is available.
Create a GitHub pull request and attach the branch to the relevant Hive action when GitHub tooling is available.
Gather branch and repo context.
Push the branch if needed.
git push -u origin HEAD.Create the pull request.
gh or available GitHub tooling.Resolve the Hive action.
Attach the branch.
updateActionGithubBranchNames when available.Confirm outcome with the PR URL and Hive action link.
Never commit directly to protected target branches. Always use PRs.
npx claudepluginhub hiveteams/claude-plugin-hiveCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.