BF local-coding-orchestrator
Use OpenClaw as a supervisor-driven orchestration scaffold for local coding CLIs such as Codex, Claude Code, and OpenCode. Supports task records, lifecycle transitions, worker launch and reconcile, retry briefs, pipeline presets, and environment-aware blocking for local coding workflows.
As a process F 61/100 · Will not run — References files that are not bundled: assets/scripts/run-codex.ps1, assets/scripts/run-claude-code.ps1, assets/scripts/run-opencode.ps1
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- The text references files that are not there: add them or drop the references.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 8
✓ No critical or high findings
Medium and low: 8
-
low Dangerous commands
cmd-execpolicy-bypassdocs/operator-playbook.md:18Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/supe…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/operator-playbook.md:25Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/reco…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/operator-playbook.md:32Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/supe…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/usage-guide.md:49Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/task…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/usage-guide.md:58Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/task…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/usage-guide.md:64Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/supe…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/usage-guide.md:70Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/supe…ps1 \
security skill -
low Dangerous commands
cmd-execpolicy-bypassdocs/usage-guide.md:76Runs PowerShell with execution policy bypassed (documentation of a security skill)powershell -ExecutionPolicy Bypass -File assets/scripts/reco…ps1 \
security skill
Files scanned: 35. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5103 tokens (recommended < 5000); move details to references/ - warning
missing-refreference to a missing file: assets/scripts/run-codex.ps1 - warning
missing-refreference to a missing file: assets/scripts/run-claude-code.ps1 - warning
missing-refreference to a missing file: assets/scripts/run-opencode.ps1 - warning
missing-refreference to a missing file: assets/scripts/route-task.ps1 - warning
missing-refreference to a missing file: assets/scripts/multi-orchestrate.ps1 - warning
missing-refreference to a missing file: assets/scripts/task-state.ps1 - warning
missing-refreference to a missing file: assets/scripts/evaluate-done.ps1 - warning
missing-refreference to a missing file: assets/scripts/generate-retry-brief.ps1 - warning
missing-refreference to a missing file: assets/scripts/start-pipeline.ps1 - warning
missing-refreference to a missing file: assets/scripts/supervise-task.ps1 - warning
missing-refreference to a missing file: assets/scripts/launch-worker.ps1 - warning
missing-refreference to a missing file: assets/scripts/reconcile-worker.ps1
Process rating: all ten parameters 61/100
- 0Tools and files. 12 referenced file(s) missing: assets/scripts/run-codex.ps1, assets/scripts/run-claude-code.ps1, assets/scripts/run-opencode.ps1
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 8 mutating operations with no state check
- 70When it triggers. States when to use, but not when not to
- 70Execution cost. Instruction body is 5103 tokens
- 85Steps. 288 steps, 2 vague phrases
- 100Result and completion. Output format and completion criterion are stated
- 100Failures and branches. 7 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Progress reporting. Reports progress
- low 24 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +1No license
- +2Single-language instructions
- +3Description length 288: enough signal without eating the budget
- +4Structure: 57 headings
- +3Step-by-step instructions: 288 items
- +3Output format is stated explicitly
- +4Has examples (3 code blocks)
- +4Reference files are cited in the instructions (10 of 27)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.