@willbooster/agent-skills 1.17.0 → 1.17.1

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.17.0",
3
+ "version": "1.17.1",
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
  # Check PR CI
8
8
 
9
- Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest check-pr-ci`
9
+ Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest check-pr-ci`
10
10
 
11
11
  - Exit code `0`: all latest workflows succeeded.
12
12
  - Exit code `1`: a latest workflow failed or test-related workflows timed out; read the output for details.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Planning workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest plan --agent claude`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest plan --agent claude`
10
10
  2. Report on the issue URL.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Planning workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest plan --agent codex`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest plan --agent codex`
10
10
  2. Report on the issue URL.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Planning workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest plan --agent gemini`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest plan --agent gemini`
10
10
  2. Report on the issue URL.
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*), Task
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent all`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent all`
10
10
  2. Treat the combined output as a set of candidate comments returned by Codex, Claude Code, and Gemini CLI running concurrently.
11
11
  3. Merge the returned review results into a single candidate comment set, deduplicating comments that point to the same underlying issue.
12
12
  4. Judge whether each candidate comment is still valid in the current codebase.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent claude`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent claude`
10
10
  2. Report on the review results.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent codex`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent codex`
10
10
  2. Report on the review results.
@@ -6,8 +6,8 @@ allowed-tools: Bash(bunx:*), Task
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent all`
10
- 2. Treat the combined output as candidate comments generated by multiple agents running concurrently.
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent all`
10
+ 2. Treat the combined output as candidate review comments generated concurrently by multiple agents.
11
11
  3. Merge the review results into a single set of candidate comments, deduplicating those that address the same underlying issue.
12
12
  4. If there are no candidate comments, quit the workflow without modifying the code.
13
13
  5. Determine whether each candidate comment is still valid for the current codebase.
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent claude`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent claude`
10
10
  2. Treat the returned review results as the candidate comment set to process. If the command returns `There is no concern.`, quit without modifying code.
11
11
  3. Determine whether each candidate comment is still valid for the current codebase.
12
12
  4. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent codex`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent codex`
10
10
  2. Treat the returned review results as the candidate comment set to process. If the command returns `There is no concern.`, quit without modifying code.
11
11
  3. Determine whether each candidate comment is still valid for the current codebase.
12
12
  4. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent gemini`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent gemini`
10
10
  2. Treat the returned review results as the candidate comment set to process. If the command returns `There is no concern.`, quit without modifying code.
11
11
  3. Determine whether each candidate comment is still valid for the current codebase.
12
12
  4. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Review workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest review --agent gemini`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest review --agent gemini`
10
10
  2. Report on the review results.
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Screenshot workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest screenshot --agent claude <initial-url> <page-name> <description>`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest screenshot --agent claude <initial-url> <page-name> <description>`
10
10
  - `<initial-url>`: Initial URL to open before navigating
11
11
  - `<page-name>`: Page name to navigate to from the initial page
12
12
  - `<description>`: Description of the part to capture in the screenshot
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Screenshot workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest screenshot --agent codex <initial-url> <page-name> <description>`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest screenshot --agent codex <initial-url> <page-name> <description>`
10
10
  - `<initial-url>`: Initial URL to open before navigating
11
11
  - `<page-name>`: Page name to navigate to from the initial page
12
12
  - `<description>`: Description of the part to capture in the screenshot
@@ -6,7 +6,7 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # Screenshot workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest screenshot --agent gemini <initial-url> <page-name> <description>`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest screenshot --agent gemini <initial-url> <page-name> <description>`
10
10
  - `<initial-url>`: Initial URL to open before navigating
11
11
  - `<page-name>`: Page name to navigate to from the initial page
12
12
  - `<description>`: Description of the part to capture in the screenshot
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # PR simplification workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest simplify --agent claude`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest simplify --agent claude`
10
10
  2. Report on the simplification results.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # PR simplification workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest simplify --agent codex`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest simplify --agent codex`
10
10
  2. Report on the simplification results.
@@ -6,5 +6,5 @@ allowed-tools: Bash(bunx:*)
6
6
 
7
7
  # PR simplification workflow
8
8
 
9
- 1. Run the following command with a 1-hour timeout (DO NOT STOP THE COMMAND BEFORE 1 HOUR ELAPSES): `bunx @willbooster/agent-skills@latest simplify --agent gemini`
9
+ 1. Run the following command with a 1-hour timeout (RUN IT AS A BLOCKING, FOREGROUND TASK TO PREVENT PREMATURE TERMINATION): `bunx @willbooster/agent-skills@latest simplify --agent gemini`
10
10
  2. Report on the simplification results.