Skip to content

hernandor/dev-loop

v0.5.0

Git workflow, versioning, worktrees, Justfile recipes, TDD, test shrinking, and best practices

shrink-tests

Use when a TDD ladder has reached green and its tests are about to merge, when a branch diff adds tests that only restate the code they drove, or when the test suite prevents refactoring instead of catching regressions. Triggers on "these tests only repeat the code", "this test fails after every rename", "drop the redundant tests", "the suite blocks every refactor". Do not use it to delete failing tests and make a red suite green.

Read SKILL.md at the source

Pinned to revision 563ccdfa66e8, so it is the text this page describes rather than whatever the author pushed since.

Files

Every link opens the file at its source, pinned to the revision this page describes.