What problem does it solve?
This Skill helps you reason clearly when several explanations seem possible and the latest evidence feels compelling but may be misleading. It reduces anchoring, base-rate neglect, and overconfidence by turning debugging and triage into explicit belief updates.
Core Features & Use Cases
- Bayesian hypothesis updating: Compare priors, likelihoods, and posteriors instead of jumping to the most vivid explanation.
- Debugging and incident triage: Weigh flaky tests, environment issues, user error, and genuine defects in a structured way.
- Decision support: Set action thresholds for reversible, costly, and irreversible responses based on how strong the evidence really is.
- Use case: When a bug appears only in CI and one suspicious log line points to a race condition, this Skill helps you compare that theory against more common causes like Linux-specific behavior or a known flake before committing to a fix.
Quick Start
Ask the bayesian-reasoning skill to evaluate competing bug hypotheses using priors, likelihoods, and posteriors for the evidence you have so far.