Fixing A Bug

The disciplined playbook for fixing a bug in the clocked-in repo — reproduce and root-cause BEFORE changing code, prove it with a failing test, fix at the right layer, verify the gate, then clean up. Use whenever something is broken or wrong ("X isn't recording", "the report is off", "the hook crashed/hung", "install clobbered my hooks", "this regressed", a pasted stack trace or wrong number) — i.e. making existing behavior correct again, not building something new (that's new-feature-development). Pulls in running-tests to reproduce, multi-model-orchestration to delegate/cross-check the fix, and /adversarial-code-review + /ponytail-review to clean up.

context-labs f963e96 6.1 KB Updated

File contents

context-labs/clocked-in/tree/main/.agents/skills/fixing-a-bug commit f963e969e2

Frequently asked questions

npx skillmds@latest add context-labs/fixing-a-bug