@willbooster/agent-skills 1.21.1 → 1.21.3
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/dist/cli.js +3 -3
- package/package.json +2 -2
- package/skills/complete-pr/SKILL.md +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/agent-skills",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.3",
|
|
4
4
|
"description": "A collection of agent skills for WillBooster Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
46
46
|
"@tsconfig/bun": "1.0.10",
|
|
47
47
|
"@types/bun": "1.3.12",
|
|
48
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
48
|
+
"@typescript/native-preview": "7.0.0-dev.20260419.1",
|
|
49
49
|
"@willbooster/oxfmt-config": "1.2.1",
|
|
50
50
|
"@willbooster/oxlint-config": "1.4.4",
|
|
51
51
|
"@willbooster/wb": "13.11.8",
|
|
@@ -3,10 +3,10 @@ name: complete-pr
|
|
|
3
3
|
description: Complete GitHub pull requests by iterating on CI and review feedback until the PR is ready.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
If the owner is `WillBooster` or `WillBoosterLab`, follow the first workflow below
|
|
6
|
+
Use the `fetch-pr` skill to read the PR body and its messages.
|
|
7
|
+
Fetch the latest changes from the remote. If the remote default branch has new commits, merge it into the current branch, resolve any conflicts, and push the changes.
|
|
8
|
+
Next, fetch the current repository owner using the command `gh repo view --json owner --jq '.owner.login'`.
|
|
9
|
+
If the owner is `WillBooster` or `WillBoosterLab`, follow the first workflow below; otherwise, follow the second workflow.
|
|
10
10
|
|
|
11
11
|
## Workflow for `WillBooster` or `WillBoosterLab` repositories
|
|
12
12
|
|