@willbooster/agent-skills 1.21.5 → 1.21.6

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.5",
3
+ "version": "1.21.6",
4
4
  "description": "A collection of agent skills for WillBooster Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -6,7 +6,7 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*)
6
6
 
7
7
  # Open PR workflow
8
8
 
9
- Commit your changes and push them to the current branch.
9
+ Commit and push any local changes to the current branch.
10
10
  Write a PR body that helps reviewers quickly understand the scope, motivation, and validation.
11
11
  Include the linked issue when applicable, a concise summary of the changes, the reasoning behind them, and how they were tested.
12
12
  Run the following command to open a pull request.
@@ -6,8 +6,9 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*)
6
6
 
7
7
  # Update PR workflow
8
8
 
9
- Write the full replacement pull request title and the complete replacement PR body so they reflect the current scope, motivation, and validation.
10
- Run `update-pr` with the title as the first argument and the body on stdin.
9
+ Commit and push any local changes to the current branch.
10
+ Draft a new pull request title and body that accurately reflect the changes made against the base branch.
11
+ Run the following command to update a pull request.
11
12
  Finally, report the pull request URL.
12
13
 
13
14
  ```bash