docs(skills): add OpenClaw CI limits runbook#96302
Merged
Merged
Conversation
Member
Author
|
Merged via squash.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 25, 2026
QiuYuang
pushed a commit
to QiuYuang/openclaw
that referenced
this pull request
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
OpenClaw CI and adjacent Blacksmith-heavy repos now need a repeatable maintainer runbook for runner-registration pressure, fanout caps, main-push debounce, shard sizing, hosted-runner offload, and safe ramp decisions.
Why This Change Was Made
GitHub confirmed runner registrations share a documented org-level bucket, separate from core API quota. This adds a repo-owned skill so maintainers can tune CI without rediscovering the incident math or accidentally treating Blacksmith vCPU capacity as the bottleneck.
User Impact
Maintainers get a focused
$openclaw-ci-limitsskill with diagnostics, registration-budget math, safe levers, current OpenClaw knobs, validation gates, and post-land monitoring for OpenClaw plus ClawSweeper, ClawHub, Clownfish, openclaw-rtt, and Clawbench.Evidence
Skill validation:
uv run --with pyyaml python /Users/vincentkoc/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/openclaw-ci-limits.Workflow gate:
node scripts/check-workflows.mjs.Formatting:
/Users/vincentkoc/GIT/_Perso/clawsweeper-full/node_modules/.bin/oxfmt --check .agents/skills/openclaw-ci-limits/SKILL.md .agents/skills/openclaw-ci-limits/agents/openai.yaml.Diff check:
git diff --check --cached.Focused CI guard earlier in this branch:
node scripts/run-vitest.mjs test/scripts/ci-workflow-guards.test.tspassed 31 tests before the shared Codex-worktreenode_moduleslater lost Vitest.Autoreview: clean, no accepted/actionable findings.
Head:
137371c64f25.