@willbooster/agent-skills 1.20.1 → 1.21.0

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.20.1",
3
+ "version": "1.21.0",
4
4
  "description": "A collection of agent skills for WillBooster Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,6 @@
33
33
  "test:integration": "RUN_GITHUB_INTEGRATION=1 bun test test/cli/agentSkillsCli.e2e.test.ts",
34
34
  "typecheck": "bun --bun wb typecheck"
35
35
  },
36
- "prettier": "@willbooster/prettier-config",
37
36
  "dependencies": {
38
37
  "commander": "14.0.3",
39
38
  "minimatch": "10.2.5",
@@ -46,19 +45,16 @@
46
45
  "@semantic-release/release-notes-generator": "14.1.0",
47
46
  "@tsconfig/bun": "1.0.10",
48
47
  "@types/bun": "1.3.12",
49
- "@typescript/native-preview": "7.0.0-dev.20260417.1",
48
+ "@typescript/native-preview": "7.0.0-dev.20260418.1",
50
49
  "@willbooster/oxfmt-config": "1.2.1",
51
50
  "@willbooster/oxlint-config": "1.4.4",
52
- "@willbooster/prettier-config": "10.4.0",
53
- "@willbooster/wb": "13.11.5",
54
- "build-ts": "17.1.0",
51
+ "@willbooster/wb": "13.11.8",
52
+ "build-ts": "17.1.6",
55
53
  "conventional-changelog-conventionalcommits": "9.3.1",
56
54
  "lefthook": "2.1.5",
57
55
  "oxfmt": "0.45.0",
58
56
  "oxlint": "1.60.0",
59
57
  "oxlint-tsgolint": "0.21.0",
60
- "prettier": "3.8.2",
61
- "prettier-plugin-java": "2.8.1",
62
58
  "semantic-release": "25.0.3",
63
59
  "sort-package-json": "3.6.1"
64
60
  },
@@ -11,7 +11,7 @@ If the owner is `WillBooster` or `WillBoosterLab`, follow the first workflow bel
11
11
  ## Workflow for `WillBooster` or `WillBoosterLab` repositories
12
12
 
13
13
  1. Check the CI (GitHub Actions) results using the `check-pr-ci` skill.
14
- 2. If any workflow has failed, fix the CI issues, commit, push, and then return to step 1. Otherwise, proceed to the next step.
14
+ 2. If any workflow fails, pull the latest remote changes, resolve the issues, commit, push, and return to step 1. Otherwise, proceed to the next step.
15
15
  3. Fetch unresolved review threads using the `manage-pr-review-threads` skill.
16
16
  4. Review each unresolved thread to determine if it requires code or documentation changes. Validate each claim against the current codebase first, and reproduce issues or consult official documentation when necessary instead of relying on memory.
17
17
  5. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
@@ -22,10 +22,10 @@ If the owner is `WillBooster` or `WillBoosterLab`, follow the first workflow bel
22
22
 
23
23
  ## Workflow for the other repositories
24
24
 
25
- 1. Check the results of CI (GitHub Actions) with the `check-pr-ci` skill.
26
- 2. If any workflow has failed, fix the CI issues, commit, push, and then return to step 1. Otherwise, proceed to the next step.
27
- 3. Fetch unresolved review threads.
25
+ 1. Check the CI (GitHub Actions) results using the `check-pr-ci` skill.
26
+ 2. If any workflow fails, pull the latest remote changes, resolve the issues, commit, push, and return to step 1. Otherwise, proceed to the next step.
27
+ 3. Fetch unresolved review threads using the `manage-pr-review-threads` skill.
28
28
  4. Review each unresolved thread and decide whether it requires a code or documentation change. Validate each claim against the current codebase first, and reproduce it or check official documentation when needed instead of relying on memory. Ignore only comments that are clearly outdated, incorrect, or intentionally declined with solid reasoning.
29
29
  5. If there are valid review comments to address, make only the changes supported by the validation from step 4, commit, push, and then return to step 1.
30
30
  - Do not post any message like review replies on non-WillBooster repositories.
31
- 6. Update the PR title and body with the `update-pr` skill to reflect all the changes.
31
+ 6. Update the PR title and body using the `update-pr` skill to reflect all changes.