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.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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.
Task: Run ORL Test Loop
Inputs
Parameter
Required
Description
rule_package
yes
Absolute path to the rule package directory (same name as gomboc_community_cap_run_orl_test)
max_attempts
no
Default 5
Process
Invoke gomboc_community_cap_run_orl_test with the same rule_package.
On failure, inspect diffs/output, adjust rule or expected fixtures, retry.
Optionally set double_run: true on a final passing run for idempotency.
Stop after max_attempts and report remaining failures.
Constraints
Never pass --double-run to the CLI.
Do not apply remediations to engineer code here — use gomboc_community_cap_orl_remediate.