一键导入
gomboc-community-cap-run-orl-test
Use when running `orl test .` against a rule package via Docker. Depends on: gomboc_community_know_orl_runtime_resolution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when running `orl test .` against a rule package via Docker. Depends on: gomboc_community_know_orl_runtime_resolution.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | gomboc_community_cap_run_orl_test |
| description | Use when running `orl test .` against a rule package via Docker. Depends on: gomboc_community_know_orl_runtime_resolution. |
| Parameter | Required | Description |
|---|---|---|
rule_package | yes | Absolute path to the rule package directory |
double_run | no | Cap input only — when true, run orl test . twice without restoring workspace/ |
Resolve runtime via gomboc_community_know_orl_runtime_resolution.
cd "${RULE_PACKAGE}"
docker run --rm -v "${PWD}:/workspace" -w /workspace gombocai/orl test .
When double_run: true, invoke the same command a second time. Never pass --double-run to orl.
ORL_TEST_RESULT_START
RULE_PACKAGE: <path>
RUNS: 1 | 2
PASS: yes | no
ORL_TEST_RESULT_END
Use when scanning code for security/compliance issues — detect language, load policies, walk AST, report findings and rule coverage. Depends on: gomboc_community_know_gomboc_mcp, gomboc_community_know_orl_runtime_resolution, gomboc_community_know_language_guidance, gomboc_community_task_resolve_existing_rules, gomboc_community_cap_orl_walk.
Use when building an ORL rule package — workspace, AST explore, write rule/tests, test loop. Depends on: gomboc_community_know_orl_runtime_resolution, gomboc_community_know_language_guidance, gomboc_community_task_setup_rule_workspace, gomboc_community_cap_orl_walk, gomboc_community_task_write_orl_rule, gomboc_community_task_run_orl_test_loop.
Use when running orl test and iterating on a rule package until tests pass or the attempt budget is exhausted. Depends on: gomboc_community_cap_run_orl_test.
Use when authoring the main .orl rule and test.orl for a package using tree-sitter AST queries. Depends on: gomboc_community_know_language_guidance, gomboc_community_cap_orl_walk.
Use when running `orl remediate` (dry-run or apply) against a workspace via Docker, writing a report and submitting it to integrations (non-blocking). Depends on: gomboc_community_know_orl_runtime_resolution, gomboc_community_know_gomboc_mcp.
Use when applying a fix with an existing ORL rule or by generating a new one. Does not own save/release — callers (e.g. flow_fix Phase 3) handle enrich and push. Depends on: gomboc_community_know_orl_runtime_resolution, gomboc_community_know_language_guidance, gomboc_community_task_resolve_existing_rules, gomboc_community_cap_orl_remediate, gomboc_community_task_setup_rule_workspace, gomboc_community_task_write_orl_rule, gomboc_community_task_run_orl_test_loop.