@willbooster/agent-skills 1.23.6 → 1.24.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
|
@@ -7,11 +7,20 @@ allowed-tools: Bash(bunx:*), Task
|
|
|
7
7
|
# Review workflow
|
|
8
8
|
|
|
9
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.
|
|
11
|
-
3.
|
|
12
|
-
4.
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
2. Merge the returned findings, deduplicating those that address the same underlying issue. If there are no findings, quit without modifying the code.
|
|
11
|
+
3. Accumulate every returned finding as a fact inside `## Verified Facts`, together with any returned `## Verified Facts` sections. Keep only facts that still affect review: what is known, why it matters, and how it was verified.
|
|
12
|
+
4. Refine accumulated facts to reduce duplication and remove stale details, then pass them through stdin with heredoc syntax:
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
bunx @willbooster/agent-skills@latest review --agent all <<'EOF'
|
|
16
|
+
## Verified Facts
|
|
17
|
+
|
|
18
|
+
[all accumulated facts]
|
|
19
|
+
EOF
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
5. Determine whether each finding is still valid for the current codebase, reusing accumulated facts.
|
|
23
|
+
6. Address valid findings by updating the code. For invalid findings, add explanatory comments to the code detailing why the existing implementation is necessary.
|
|
15
24
|
- If there are valid review comments that are out of scope for the current PR, create new issues for them.
|
|
16
25
|
7. If you made any code changes, commit and push them to the current branch.
|
|
17
|
-
8. If you fixed any valid
|
|
26
|
+
8. If you fixed any valid findings, return to step 4. Otherwise, quit the workflow.
|
|
@@ -7,9 +7,20 @@ allowed-tools: Bash(bunx:*)
|
|
|
7
7
|
# Review workflow
|
|
8
8
|
|
|
9
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
|
-
2.
|
|
11
|
-
3.
|
|
12
|
-
4.
|
|
10
|
+
2. If the command returns `There is no concern.`, quit without modifying code. Otherwise, process the returned findings.
|
|
11
|
+
3. Accumulate every returned finding as a fact inside `## Verified Facts`, together with any returned `## Verified Facts`. Keep only facts that still affect review: what is known, why it matters, and how it was verified.
|
|
12
|
+
4. Refine accumulated facts to reduce duplication and remove stale details, then pass them through stdin with heredoc syntax:
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
bunx @willbooster/agent-skills@latest review --agent claude <<'EOF'
|
|
16
|
+
## Verified Facts
|
|
17
|
+
|
|
18
|
+
[all accumulated facts]
|
|
19
|
+
EOF
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
5. Determine whether each finding is still valid for the current codebase, reusing accumulated facts.
|
|
23
|
+
6. Address valid findings by updating the code. For invalid findings, add explanatory comments to the code detailing why the existing implementation is necessary.
|
|
13
24
|
- If there are valid review comments that are out of scope for the current PR, create new issues for them.
|
|
14
|
-
|
|
15
|
-
|
|
25
|
+
7. If you made any code changes, commit and push them to the current branch.
|
|
26
|
+
8. If you fixed any valid findings, return to step 4. Otherwise, quit the workflow.
|
|
@@ -7,9 +7,20 @@ allowed-tools: Bash(bunx:*)
|
|
|
7
7
|
# Review workflow
|
|
8
8
|
|
|
9
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
|
-
2.
|
|
11
|
-
3.
|
|
12
|
-
4.
|
|
10
|
+
2. If the command returns `There is no concern.`, quit without modifying code. Otherwise, process the returned findings.
|
|
11
|
+
3. Accumulate every returned finding as a fact inside `## Verified Facts`, together with any returned `## Verified Facts`. Keep only facts that still affect review: what is known, why it matters, and how it was verified.
|
|
12
|
+
4. Refine accumulated facts to reduce duplication and remove stale details, then pass them through stdin with heredoc syntax:
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
bunx @willbooster/agent-skills@latest review --agent codex <<'EOF'
|
|
16
|
+
## Verified Facts
|
|
17
|
+
|
|
18
|
+
[all accumulated facts]
|
|
19
|
+
EOF
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
5. Determine whether each finding is still valid for the current codebase, reusing accumulated facts.
|
|
23
|
+
6. Address valid findings by updating the code. For invalid findings, add explanatory comments to the code detailing why the existing implementation is necessary.
|
|
13
24
|
- If there are valid review comments that are out of scope for the current PR, create new issues for them.
|
|
14
|
-
|
|
15
|
-
|
|
25
|
+
7. If you made any code changes, commit and push them to the current branch.
|
|
26
|
+
8. If you fixed any valid findings, return to step 4. Otherwise, quit the workflow.
|
|
@@ -7,9 +7,20 @@ allowed-tools: Bash(bunx:*)
|
|
|
7
7
|
# Review workflow
|
|
8
8
|
|
|
9
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
|
-
2.
|
|
11
|
-
3.
|
|
12
|
-
4.
|
|
10
|
+
2. If the command returns `There is no concern.`, quit without modifying code. Otherwise, process the returned findings.
|
|
11
|
+
3. Accumulate every returned finding as a fact inside `## Verified Facts`, together with any returned `## Verified Facts`. Keep only facts that still affect review: what is known, why it matters, and how it was verified.
|
|
12
|
+
4. Refine accumulated facts to reduce duplication and remove stale details, then pass them through stdin with heredoc syntax:
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
bunx @willbooster/agent-skills@latest review --agent gemini <<'EOF'
|
|
16
|
+
## Verified Facts
|
|
17
|
+
|
|
18
|
+
[all accumulated facts]
|
|
19
|
+
EOF
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
5. Determine whether each finding is still valid for the current codebase, reusing accumulated facts.
|
|
23
|
+
6. Address valid findings by updating the code. For invalid findings, add explanatory comments to the code detailing why the existing implementation is necessary.
|
|
13
24
|
- If there are valid review comments that are out of scope for the current PR, create new issues for them.
|
|
14
|
-
|
|
15
|
-
|
|
25
|
+
7. If you made any code changes, commit and push them to the current branch.
|
|
26
|
+
8. If you fixed any valid findings, return to step 4. Otherwise, quit the workflow.
|