chore(skills): normalize release skill routing · openclaw/openclaw@4737e19
steipete
·
2026-05-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,7 +5,7 @@ description: Inspect, patch, validate, publish, or confirm OpenClaw GHSA securit
|
5 | 5 | |
6 | 6 | # OpenClaw GHSA Maintainer |
7 | 7 | |
8 | | -Use this skill for repo security advisory workflow only. Keep general release work in `openclaw-release-maintainer`. |
| 8 | +Use this skill for repo security advisory workflow only. Keep general release work in `release-openclaw-maintainer`. |
9 | 9 | |
10 | 10 | ## Respect advisory guardrails |
11 | 11 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -98,7 +98,7 @@ barrels, package-boundary tests, or extension suites.
|
98 | 98 | - add `--keep`/`--id <id-or-slug>` only when several commands must share one |
99 | 99 | warmed box; stop it with `pnpm crabbox:stop -- <id-or-slug>`. |
100 | 100 | 5. If plugin performance is package-artifact sensitive, switch to |
101 | | -`openclaw-pre-release-plugin-testing` and Package Acceptance rather than |
| 101 | +`release-openclaw-plugin-testing` and Package Acceptance rather than |
102 | 102 | trusting source-only timing. |
103 | 103 | |
104 | 104 | ## Metric Collection |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | | -name: openclaw-release-ci |
| 2 | +name: release-openclaw-ci |
3 | 3 | description: "Run, watch, debug, and summarize OpenClaw full release CI, release checks, live provider gates, install/update proofs, and release-secret preflights." |
4 | 4 | --- |
5 | 5 | |
6 | 6 | # OpenClaw Release CI |
7 | 7 | |
8 | | -Use this with `$openclaw-release-maintainer` and `$openclaw-testing` when a release candidate needs full validation, install/update proof, live provider checks, or CI recovery. |
| 8 | +Use this with `$release-openclaw-maintainer` and `$openclaw-testing` when a release candidate needs full validation, install/update proof, live provider checks, or CI recovery. |
9 | 9 | |
10 | 10 | ## Guardrails |
11 | 11 | |
@@ -22,7 +22,7 @@ Use this with `$openclaw-release-maintainer` and `$openclaw-testing` when a rele
|
22 | 22 | Before full release validation: |
23 | 23 | |
24 | 24 | ```bash |
25 | | -node .agents/skills/openclaw-release-ci/scripts/verify-provider-secrets.mjs --required openai,anthropic,fireworks |
| 25 | +node .agents/skills/release-openclaw-ci/scripts/verify-provider-secrets.mjs --required openai,anthropic,fireworks |
26 | 26 | gh api rate_limit --jq '.resources.core' |
27 | 27 | git status --short --branch |
28 | 28 | git rev-parse HEAD |
@@ -79,7 +79,7 @@ Use `release_profile=stable` unless the operator explicitly asks for the broad a
|
79 | 79 | Use the summary helper instead of repeated raw polling: |
80 | 80 | |
81 | 81 | ```bash |
82 | | -node .agents/skills/openclaw-release-ci/scripts/release-ci-summary.mjs <full-release-run-id> |
| 82 | +node .agents/skills/release-openclaw-ci/scripts/release-ci-summary.mjs <full-release-run-id> |
83 | 83 | ``` |
84 | 84 | |
85 | 85 | Then watch only when useful: |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | interface: |
2 | 2 | display_name: "OpenClaw Release CI" |
3 | 3 | short_description: "Verify and debug OpenClaw release validation runs" |
4 | | -default_prompt: "Use $openclaw-release-ci to preflight provider secrets, watch full release validation, summarize child runs, and triage only failing release lanes." |
| 4 | +default_prompt: "Use $release-openclaw-ci to preflight provider secrets, watch full release validation, summarize child runs, and triage only failing release lanes." |
File renamed without changes.
File renamed without changes.
File renamed without changes.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。