build: made invocation of scripts more explicit
CI / benchmark-regression (push) Failing after 0s
CI / benchmark-publish (push) Failing after 0s
CI / lint (push) Successful in 20s
CI / helm (push) Failing after 21s
CI / push-validation (push) Failing after 24s
CI / typecheck (push) Successful in 34s
CI / security (push) Successful in 34s
CI / build (push) Failing after 37s
CI / quality (push) Failing after 44s
CI / coverage (push) Has been skipped
CI / unit_tests (push) Failing after 51s
CI / docker (push) Has been skipped
CI / integration_tests (push) Failing after 59s
CI / e2e_tests (push) Failing after 59s
CI / status-check (push) Failing after 1s

This commit is contained in:
2026-04-17 16:32:37 -04:00
parent 17bbe20376
commit e8f06fa433
9 changed files with 17 additions and 0 deletions
@@ -12,6 +12,7 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs.ts \
[--mergeable true|false] [--stale not_stale|stale_no_conflicts|stale_with_conflicts|stale_unknown]
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
@@ -8,6 +8,8 @@
```bash
npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_needs_review_not_stale.ts \
--url URL --pat TOKEN --owner OWNER --repo REPO
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
```
@@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_needs_review_
--url URL --pat TOKEN --owner OWNER --repo REPO
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
@@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_needs_review_
--url URL --pat TOKEN --owner OWNER --repo REPO
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
@@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_ready_to_merg
--url URL --pat TOKEN --owner OWNER --repo REPO
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
```
@@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_stale_clean.t
--url URL --pat TOKEN --owner OWNER --repo REPO
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
@@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/list_prs_stale_conflic
--url URL --pat TOKEN --owner OWNER --repo REPO
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
```
@@ -11,6 +11,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/merge_pr.ts \
[--dep error|delete|reverse]
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
**CRITICAL:** All attempts to merge pull requests **must** use this script.
## Synopsis
@@ -10,6 +10,8 @@ npx --yes tsx .opencode/skills/auto-agents-system/scripts/rebase_pr.ts \
--url URL --pat TOKEN --owner OWNER --repo REPO --pr NUMBER
```
**CRITICAL:** Always invoke the script using bash and the format noted above. **Never** try to use the skill as a task, or invoke it through any other method than by directly calling bash with a command of the form listed above under "Invoke:".
## Synopsis
```