Skip to content

Commit 0520a55

Browse files
authored
chore: upgrade the upgrade-examples skill (#1727)
1 parent 66ceabd commit 0520a55

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.claude/skills/upgrade-examples/SKILL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ git commit -m "chore: upgrade examples deps to cocoindex-VERSION"
4747
git push -u origin ex-dep-VERSION
4848
```
4949

50-
5. Report the number of files updated and provide the branch name for creating a PR.
50+
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

Comments
 (0)