We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upgrade-examples
1 parent 66ceabd commit 0520a55Copy full SHA for 0520a55
1 file changed
.claude/skills/upgrade-examples/SKILL.md
@@ -47,4 +47,10 @@ git commit -m "chore: upgrade examples deps to cocoindex-VERSION"
47
git push -u origin ex-dep-VERSION
48
```
49
50
-5. Report the number of files updated and provide the branch name for creating a PR.
+5. Create a PR using the `gh` CLI and capture the PR URL from its output:
51
+
52
+```bash
53
+gh pr create --base v1 --title "chore: upgrade examples deps to cocoindex-VERSION" --body ""
54
+```
55
56
+6. Report the number of files updated and provide the PR link from the `gh pr create` output to the user.
0 commit comments