@willbooster/agent-skills 1.21.8 → 1.21.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/fetch-pr/SKILL.md +1 -1
package/package.json
CHANGED
package/skills/fetch-pr/SKILL.md
CHANGED
|
@@ -4,4 +4,4 @@ description: Fetch a GitHub pull request body and its messages for the current r
|
|
|
4
4
|
allowed-tools: Bash(bun:*), Bash(gh:*)
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
Run the following command in the local repository to fetch the pull request body and messages (excluding inline review comments): `bunx @willbooster/agent-skills@latest fetch-pr
|
|
7
|
+
Run the following command in the local repository to fetch the pull request body and messages (excluding inline review comments): `bunx @willbooster/agent-skills@latest fetch-pr [pr-number-or-url]`
|