Consolidate verbose test suites by replacing repetitive unit tests with property-based tests, parameterized tests (rstest), or fuzz tests. Less code to maintain, same or better coverage.
Quellsprache: Englisch
MenĂŒ
Skills in diesem Repository
SkillsMP hat 85 Skills aus ahrav/Gossip-rs gesammelt. Ăffne einen Skill, um Quelle und Details zu prĂŒfen.
ahrav/Gossip-rsEs werden 5 von 85 gesammelten Skills angezeigt.
Consolidate verbose test suites by replacing repetitive unit tests with property-based tests, parameterized tests (rstest), or fuzz tests. Less code to maintain, same or better coverage.
Quellsprache: Englisch
Review test suites for duplicate, redundant, or low-value tests â especially unit tests already subsumed by property-based tests. Remove noise, keep signal.
Quellsprache: Englisch
TLA+ specification correctness guide â evidence-backed methodology for writing correct temporal logic specs, covering canonical form, abstraction selection, safety/liveness decomposition, fairness, TLC soundness, and distributed systems patterns, with everyâŠ
Quellsprache: Englisch
Comprehensive review of unsafe code â audits safety invariants, demands benchmark+ASM proof of performance benefit, and verifies Miri/Kani/fuzz/property test coverage for every unsafe block
Quellsprache: Englisch
Use when a markdown plan file exists and needs validation before implementation â catches design flaws, logic holes, footguns, unnecessary complexity, and performance concerns while changes are still cheap
Quellsprache: Englisch