Tune the cost model parameters and see your projected monthly token spend vs. CI-debug sessions reclaimed. Defaults come from the 275-session insights audit (2026-05-16). SKILL.md
| Sweeps per repo per month | โ |
|---|---|
| Total analyses per month | โ |
| Tokens per month | โ |
| Cost per month | โ |
| Daily budget headroom | โ |
| Hours of manual work reclaimed | โ |
| Verdict | โ |
| Rule | Enforced by |
|---|---|
| Never auto-push a fix โ propose only | The skill itself; workflow only calls gh pr comment, never gh pr merge |
| Idempotent on SHA โ no duplicate verdicts | Marker <!-- ork:ci-sentinel sha=<short> --> scanned before posting |
| Daily token ceiling | ORK_SENTINEL_DAILY_TOKEN_BUDGET checked first step of workflow |
| Per-PR wall-clock cap | ORK_SENTINEL_PER_PR_TIMEOUT_S wraps claude -p --bare in timeout |
| Concurrency-safe | GHA concurrency.group; new sweeps don't cancel running ones |