Skip to main content

2 docs tagged with "pr-time"

View all tags

BeWith Test Review (unit-test quality, on-demand, inline)

Reviews the quality of unit tests touched by a local diff or a GitHub PR, judged against the test-quality-rubric, and recommends deleting the ones that do not earn their keep. Owns the process; the rubric itself lives in test-quality-rubric. Use for "review my tests", "are these tests any good".

Self-review before a PR

Two passes before pushing a behaviour change — enumerate every other path that reaches the state you changed, and trace the async lifecycle of every await you added. Derived from fourteen Major review findings that green CI and a self-review missed. Optional hook via BEWITH_SELF_REVIEW_GATE=on.