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-hiveGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.