From github
Creates GitHub pull requests interactively via /create-pr, prompting for repo, source/target branches, title, description. Uses GitHub MCP tool. Requires push access and existing branches.
npx claudepluginhub thebushidocollective/han --plugin githubThis skill uses the workspace's default tool permissions.
github:create-pr - Create a new pull request in a GitHub repository
Creates GitHub Pull Requests using GitHub CLI: detects existing PRs for branches, pushes changes, generates titles/bodies from commits. Handles monorepos/submodules. Use for /create-pr or PR/review requests.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
github:create-pr - Create a new pull request in a GitHub repository
/create-pr [arguments]
Create a new pull request in a GitHub repository
Create a new pull request with source and target branches.
/create-pr [owner/repo]
This command helps you create a pull request with all necessary details.
create_pull_request toolUser: /create-pr my-org/my-repo
Claude: I'll help you create a pull request. What's the source branch?
User: feature/user-authentication
Claude: What's the target branch?
User: main
Claude: What should the pull request title be?
User: Add JWT-based user authentication
Claude: Please provide a description (optional):
User: This PR implements JWT-based authentication for the API:
- User login and registration endpoints
- Token generation and validation middleware
- Password hashing with bcrypt
- Unit tests for auth flows
Closes #42
Claude: Should this be a draft PR?
User: No
Claude: Creating pull request...
Pull request created successfully!
#15 - Add JWT-based user authentication
https://github.com/my-org/my-repo/pull/15
Status: Open
Source: feature/user-authentication -> main
Closes #123 or Fixes #123 in the descriptionfeat:, fix:, refactor:/review-pr: Get a comprehensive review of your PR/create-issue: Create an issue that this PR will resolve/view-workflow: Check CI/CD status for the PR