@willbooster/agent-skills 1.21.2 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/agent-skills",
3
- "version": "1.21.2",
3
+ "version": "1.21.3",
4
4
  "description": "A collection of agent skills for WillBooster Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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
- Read the PR body and its messages using the `fetch-pr` skill.
7
- Then, merge the latest remote `main` branch into the current branch fixing any conflicts and push it.
8
- After that, fetch the current repository owner with `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 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