lab-inventory-predictor
Predict depletion time of critical lab reagents based on historical usage frequency, and automatically generate purchase alerts when stock falls below safety thresholds.
Veto GatesRequired pass for any deployment consideration
Core Capability85 / 100 — 8 Categories
Medical TaskExecution Average: 81.2 / 100 — Assertions: 20/20 Passed
Script requires Python 3.8+ (dataclasses); evaluated via Mode A. Python version requirement prominently documented. All output fields present.
Alert logic correctly applies both time-based and stock-based triggers per documented algorithm.
Division-by-zero risk when daily_consumption=0; skill correctly falls back and states assumption cannot be made. Fallback structure complete.
Report action with --format json produces structured output correctly.
LOW_CONFIDENCE flag documented and emitted for reagents with fewer than 3 usage records. Per-reagent inline risk note mandated in Response Template.
Key Strengths
- Comprehensive prediction algorithm with both time-based and stock-based alert triggers clearly documented
- LOW_CONFIDENCE flag for sparse usage data with per-reagent inline risk note mandated in Response Template
- Strong fallback behavior with explicit error reporting and manual recovery path
- No external dependencies makes the skill highly portable and stable