| name | pr |
| user_invocable | true |
| description | Open a draft pull request on GitHub. MUST use when you want to create/open a PR. |
Pull Request Skill
Create a draft pull request with a clear title and explicit description of changes.
Instructions
- Analyze branch changes: Understand all commits since diverging from main
- Push to remote: Ensure all commits are pushed
- Create draft PR: Always open as draft for review before merging
PR Title Format
Follow conventional commit format for the PR title:
<type>: <description>
Types
feat: New feature or capability
fix: Bug fix
refactor: Code restructuring
docs: Documentation changes
chore: Maintenance tasks
perf: Performance improvements
Title Rules
- Keep under 70 characters
- Use lowercase, imperative mood
- No period at the end
- If
*_ee.rs files were modified, prefix with [ee]: [ee] <type>: <description>
PR Body Format
The body MUST be explicit about what changed. Structure:
## Summary
[ ]
[ ]
---
Generated with []()