debugging-ci-failures
Installation
SKILL.md
Debugging PostHog CI failures
Find the first meaningful failure, classify it, reproduce the smallest useful case locally when appropriate, and report the result. Avoid public-visible or irreversible actions unless the user explicitly asks.
Always start with the hogli ci:insights digest. It is the institutional,
cross-run source of truth, and it is fresher and more reliable than scraping
gh run list / the GitHub Actions API, which can lag or rate-limit.
This skill triages and classifies. Once a failure is confirmed flaky, hand off
to the fixing-flaky-tests skill, which owns local reproduction, root-cause
fixing, and N-run validation.
Safety rules
Do not do any of these without explicit approval in the current conversation: