point-the-cheap-probes-at-young-codelisted
Install: claude install-skill serhiy-bzhezytskyy/contrib-receipts
## Purpose
Picking a listed issue puts you in a queue. In a fast house the queue moves in hours — measured:
three well-specified DataFusion issues, all three had an open PR within a day, one of them filed by
the reporter alongside their own fix. **A defect you generate yourself has no queue.**
These four probes generate them. They need no understanding of the domain, they run before you have
read a line of the architecture, and each produces a *reproduction* — which is the artifact
maintainers are short of, not opinions.
## When to use
- First contact with a repo, straight after the door has been priced.
- The tracker looks rich but every item is assigned or has a PR.
- A `help wanted` thread asks for reproductions in so many words.
- Before believing any suite is clean because CI is green.
## When NOT to use
- The house prohibits the class of contribution you would make — price that first.
- You already have a specific, unclaimed, well-specified defect. Then go do that.
- The repo is very old, very large and fuzz-integrated **and** you have limited time: expect
negatives (see the receipt). Spend the hour on a younger target.
## The practice (checklist)
- [ ] **0 — The gate, and time it.** One named test, alone, from a cold clone. If this is expensive the
other probes are too.
```bash
go test -v -run '^TestSomethingReal$' ./pkg/... # 16s measured, cold clone, no build config
cargo test -p some-crate --lib some_test # 189s cold, then sub-second
./ru