Skip to main content
Run any Skill in Manus
with one click

snapshot-churns-out-one-outcome-class-biases-the-rate

Stars1
Forks0
UpdatedJuly 8, 2026 at 12:14

A RATE (accept rate, win rate, conversion rate, churn rate, approval rate) computed over a current-state SNAPSHOT table is biased when the snapshot differentially retains/prunes one outcome class — losers/denials/cancellations often churn out faster (status overwritten to Withdrawn/Closed/Deleted) than winners. Use when: (1) computing a per-segment accept/admit/ conversion rate FROM a snapshot/upserted table, (2) a rate looks suspiciously high/clean, (3) a denominator is "everyone with a decision" but read from current state, (4) ranking segments by a rate where the ranking itself is the deliverable. Fix: count numerator AND denominator from the immutable event/history log (the full outcome universe), use the snapshot only for attribution. NOT PIT feature leakage (that's a future value back-stamped onto a past row); this is present-tense selection bias in the rate's denominator.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly