Measure The Delta Not The Absolute

Use when judging whether your change is clean against a red or noisy baseline — failing tests you didn't touch, pre-existing lint/typecheck errors, flaky CI. Innocence is a claim about a delta, so prove it by stash-and-compare or head-vs-base under an identical harness, never by reading which files appear in the failure list. Triggers on "is this failure mine", "pre-existing failures", "red baseline", "did my change break this", "CI was already failing", "flaky", and before blaming or clearing a diff on a noisy suite.

iamakbarsha1 Updated

File contents

iamakbarsha1/whetstone/tree/main/skills/measure-the-delta-not-the-absolute commit f873d6f7d3

Frequently asked questions

npx skillmds@latest add iamakbarsha1/measure-the-delta-not-the-absolute