From devx-git
Creates GitHub pull requests using gh CLI. Verifies clean working tree, analyzes commits/diffs since base branch (default main), pushes branch, generates title/body template, returns PR URL. Triggered by /pr or PR requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devx-git:prsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Accept an optional base branch argument (default: `main`).
Accept an optional base branch argument (default: main).
git status
git log and git diff <base>...HEADgit push -u origin HEADgh pr create --title "<type>: <concise title>" --body "$(cat <<'EOF'
## Summary
- <1-3 bullets focusing on WHY, not what>
## Test plan
- [ ] <verification steps>
EOF
)"
-i)--force or --force-with-lease when pushingnpx claudepluginhub agentic-dev3o/devx-plugins --plugin devx-gitCreates GitHub pull requests from current branch using repo templates, conventional commit titles, issue linking from commits/branch, and gh CLI. Invoke with $create-pr after implementation.
Creates GitHub pull requests from the current branch, analyzes diffs, applies PR templates, and prompts for effort and testing details.