Our review
This skill creates a pull request on GitHub with a structured description.
Strengths
- Automates PR creation with a clear format
- Ensures code is pushed and tracked
- Includes a summary, change list, and test plan
Limitations
- Requires the user to have already committed and pushed
- Depends on the gh tool being installed and configured
- Does not handle reviews or merges
Use this skill when you have finished your changes and want to submit a well-formatted pull request.
Do not use it if you haven't committed your changes locally yet or if you prefer to create the PR manually on the web interface.
Security analysis
SafeThe skill only uses git and gh commands for creating pull requests, with no destructive or exfiltrating actions. It operates within a standard development workflow.
No concerns found
Examples
Create a pull request for my current branch with summary 'Add user authentication' and mention issue #42.Open a PR with title 'Fix login bug' and description listing the changes I made.I've pushed my changes, now create a pull request targeting the main branch.name: pr description: Create a pull request. Invoke when user wants to open a PR, create a pull request, or submit changes for review. allowed-tools: Bash(git:), Bash(gh:)
Pull Request
Create pull requests with clear descriptions.
PR Format
## Summary
<Brief description of what changed and why>
## Changes
<Bullet points of key changes>
## Test Plan
<How to verify this works>
Rules
- NEVER mention code was generated by Claude
- Title under 72 characters
- Link related issues if applicable
- Ask before creating if unsure about target branch
Process
- Ensure all changes committed and pushed
- Push with tracking if needed (
git push -u origin <branch>) - Create PR with
gh pr create
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.