pull-request
Installation
SKILL.md
Pull Request / Merge Request
Create PRs/MRs with descriptions that help:
- Reviewers understand the context and approach quickly
- Maintainers decide if it's ready to merge
Workflow
1. Detect platform
git remote get-url origin
- Contains
github.com→ GitHub, usegh - Contains
gitlab→ GitLab, useglab
2. Gather branch info
Related skills
More from hsablonniere/skills
rebase
Perform a non-interactive interactive git rebase. Use when the user asks to rebase, squash, reorder, drop, or rename commits.
9commit
Create a git commit with a well-crafted conventional commit message. Use when the user asks to commit, create a commit, or says something like "commit this".
7interview
Interview the user to deeply explore an idea, feature, or problem through Q&A. Use when the user asks to be interviewed, wants to think through something, or needs help clarifying a concept.
7pr
Create a Pull Request (GitHub) or Merge Request (GitLab) with a well-crafted title and description. Use when the user asks to create a PR, MR, open a pull request, submit a merge request, or says something like "open a PR".
5