Loading...
Loading...
Open a draft pull request on GitHub. MUST use when you want to create/open a PR.
npx skill4agent add windmill-labs/windmill pr<type>: <description>featfixrefactordocschoreperf## Summary
<Clear description of what this PR does and why>
## Changes
- <Specific change 1>
- <Specific change 2>
- <Specific change 3>
## Test plan
- [ ] <How to verify change 1>
- [ ] <How to verify change 2>
---
Generated with [Claude Code](https://claude.com/claude-code)git statusgit log main..HEAD --onelinegit diff main...HEADgit rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo "no upstream"git push -u origin HEADgh pr create --draft --title "<type>: <description>" --body "$(cat <<'EOF'
## Summary
<description>
## Changes
- <change 1>
- <change 2>
## Test plan
- [ ] <test 1>
- [ ] <test 2>
---
Generated with [Claude Code](https://claude.com/claude-code)
EOF
)"