We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb20c46 commit a91a8ccCopy full SHA for a91a8cc
.claude/skills/create-pr/SKILL.md
@@ -78,7 +78,7 @@ Then push and create the PR:
78
79
```
80
git push -u origin HEAD
81
-gh pr create --title "<title>" --body "<body>" --base <base-branch>
+gh pr create --draft --title "<title>" --body "<body>" --base <base-branch>
82
83
84
Return the PR URL when done.
0 commit comments