What problem does it solve?
Stale, timeout, freshness, and wedged alerts invite immediate structural fixes — raising timeouts, splitting steps, rewriting pipelines — before anyone has measured the step being blamed. This Skill enforces a measure-first discipline so fixes are sized against real numbers instead of theories.
Core Features & Use Cases
- Stopwatch-first triage: Times the specific entity named in the alert (e.g.
time gbrain sync --source source-a --no-embed) rather than the aggregate, and cross-checks state with gbrain sources status.
- Threshold reconciliation: Compares the monitor's act-line against
gbrain doctor's authoritative warn/fail lines (24h/72h defaults, env-overridable) to catch false pages on healthy systems.
- Verdict classification: Distinguishes "needs more time" from "is wedged" — opposite conditions with opposite fixes — and produces a structured measurement verdict before any fix is proposed.
- Use Case: A cron monitor pages repeatedly that two sources are hours stale. Instead of rewriting the sync wrapper, you time the sync directly, find it completes in seconds with "Already up to date", and fix the monitor's alert threshold in two lines.
Quick Start
Ask the agent to triage the freshness alert by measuring the blamed sync step before changing any timeout or threshold.