This skill creates pull requests using the GitHub CLI with AI-generated descriptions. It analyzes the current branch, detects available target branches, and generates concise PR descriptions based on the commit history and changes. Use this when asked to create a pull request, file a PR, or when the user uses the `/pr` or `/gpr` command. It automates the PR creation process while ensuring quality descriptions.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill streamlines the pull request creation process by automatically generating professional PR descriptions and handling branch selection through the GitHub CLI. It analyzes commit history and changes to create meaningful, concise descriptions that follow best practices.
gh CLI.This skill activates when you need to:
/pr or /gpr command.User request: "Create a PR for my feature branch"
The skill will:
feature/user-auth)## Summary
• Add user authentication module with OAuth2 support
• Implement login/logout functionality
• Add user profile management
## Test plan
- [ ] Test OAuth2 login flow
- [ ] Verify user session management
- [ ] Test profile update functionality
User request: "/gpr"
The skill will:
fix/login-validation)This skill integrates with the GitHub CLI and requires:
gh auth login)It complements other Git-related skills by providing a complete PR creation workflow.