๐Ÿ›ฐ๏ธ /ork:ci-sentinel โ€” cost & coverage simulator

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

๐Ÿ“ Inputs

๐Ÿ“Š Projection

Sweeps per repo per monthโ€”
Total analyses per monthโ€”
Tokens per monthโ€”
Cost per monthโ€”
Daily budget headroomโ€”
Hours of manual work reclaimedโ€”
Verdictโ€”

โฐ Hour-by-hour sweep schedule (one repo)

โ€”

๐Ÿšฆ Hard rules baked in (v1)

RuleEnforced by
Never auto-push a fix โ€” propose onlyThe skill itself; workflow only calls gh pr comment, never gh pr merge
Idempotent on SHA โ€” no duplicate verdictsMarker <!-- ork:ci-sentinel sha=<short> --> scanned before posting
Daily token ceilingORK_SENTINEL_DAILY_TOKEN_BUDGET checked first step of workflow
Per-PR wall-clock capORK_SENTINEL_PER_PR_TIMEOUT_S wraps claude -p --bare in timeout
Concurrency-safeGHA concurrency.group; new sweeps don't cancel running ones