create-pr
SolidCreate a pull request with auto-generated description, issue linking, and ROADMAP updates.
AI & Automation 416 stars
49 forks Updated yesterday MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Create Pull Request
Create a pull request from the current branch with proper formatting and issue linking.
## Command Options
All flags are optional. By default, the issue number is inferred from the branch name and the PR is created as ready-to-review.
- `--issue N`: Override automatic issue linking with a specific issue number
- `--skip-issue-link`: Skip issue linking entirely
- `--draft`: Create PR as draft
## Your task
1. **Verify prerequisites**:
- Confirm current branch is not `main`/`master`
- Check that branch has commits ahead of base branch
- Ensure branch is pushed to remote (push if needed)
2. **Generate PR title**:
- Use branch name as fallback
- If single commit ahead: use commit message as title
- If multiple commits: create descriptive title based on branch name and commit themes
- Follow Conventional Commits format from global CLAUDE.md
3. **Analyze commits for description**:
- Get commit history: `git log origin/<base-branch>..HEAD --oneline` (use the base branch identified in step 1)
- Group commits by type (feat, fix, docs, etc.)
- Identify patterns and overall theme
4. **Create comprehensive description**:
- **Summary section**: 2-3 bullet points describing what this PR does
- **Changes section**: Categorized list of changes from commits
- **Testing section**: How the changes should be tested
- **Notes section**: Any implementation details or decisions
5. **Update ROADMAP**:
- Check if the work cor...
Details
- Author
- joshukraine
- Repository
- joshukraine/dotfiles
- Created
- 11 years ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
create-pr
create a pull request with standardized description template
60 Updated today
existential-birds AI & Automation Solid
create-pr
Create a pull request (GitHub) or merge request (GitLab) from the current branch
483 Updated today
desplega-ai Code & Development Listed
creating-pull-requests
Creates pull requests with generated descriptions. Triggered when: PR creation, pull request, merge request, code review preparation.
335 Updated today
aiskillstore AI & Automation Listed
create-pr
Create a PR with change files, screenshots, and issue linking. Run with /create-pr or /create-pr <ISSUE_NUMBER>.
15 Updated today
nick-pape AI & Automation Solid
create-pr
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or explicitly invokes "create-pr".
711 Updated 2 days ago
fcakyon