What problem does it solve?
Merged fix PRs are assumed to work, but nobody verifies them: a resolved report is a promise that the underlying problem stopped, and broken promises go unnoticed. This Skill closes the loop by re-measuring the data behind recently resolved inbox reports after a deploy soak window and filing a report when a fix failed.
Core Features & Use Cases
- Validation queue management: Enqueues newly resolved reports with merge timestamps, pre-fix baselines, and probe plans, capped per run and persisted in a scratchpad.
- Multi-ladder re-probing: Re-measures error-tracking issues, log patterns, experiments, and other source surfaces post-soak, then checks fresh-signal recurrence via document_embeddings SQL and sibling reports.
- Verdict discipline: Classifies outcomes as held, failed, inconclusive, or unverifiable with disqualifier rules (deploy lag, quiet surfaces, cold backlog), authoring a fresh cited report only on failed validations.
- Use Case: A PR merged two days ago claiming to fix a 310-occurrences/day error issue; the scout re-queries the issue post-soak, finds it still firing at 290/day, and files a P2 failed-validation report citing the original report and PR.
Quick Start
Run the inbox validation scout to check whether any recently resolved reports have fixes that did not hold.