Routine Logic Bugfixer

Autonomous maintenance routine that picks one tricky logic unit in a monorepo package — state machines, date/period math, sign conventions, dedup windows, pagination — models its states and edge cases exhaustively, proves any divergence from documented intent with a failing test, lands the minimal root-cause fix plus regression test, and ships via /ship. Use only when the user explicitly invokes /routine-logic-bugfixer or asks to hunt for logic bugs. SKIP for test-infrastructure failures and intermittent tests (routine-flaky-test-fixer) and for merely convoluted-but-correct code (routine-logic-simplifier). The core trigger is "model this tricky logic and fix what's provably wrong".

bex-co Updated

File contents

bex-co/beancount-io/tree/main/.agents/skills/routine-logic-bugfixer commit 0b864b902b

Frequently asked questions

npx skillmds@latest add bex-co/routine-logic-bugfixer-2