What problem does it solve? Automated CI regression workflows can silently repeat the same agent mistakes—wrong package edited, partial suites treated as done, or success claimed while verification failed. This Skill turns those failures into durable methodology improvements by mining fix-ci transcripts and routing accepted findings to the right repository as PRs. ## Core Features & Use Cases - Autofix-miss classification: Detects concrete failure patterns such as wrong package/surface edits, partial-suite green treated as done, missing repro before product edits, and success claims while tasks still need human attention. - Finding routing: Sends Invoker-owned methodology fixes to Invoker PRs against skills/, catstack-owned methodology to catstack PRs, and harness prompt/logging fixes to Invoker PRs—never merging from the task itself. - Operator logging: Emits REFLECT_CI_AUTOFIX_MISS marker lines into a log directory and the task summary for auditability. - Use Case: A reflect-ci-frontend-tests task is filed by the CI regression watcher after a fix-ci run; the Skill reviews the fix-ci transcript, finds the agent edited the wrong package, classifies it as an autofix-miss, and opens a methodology PR against the owning repo. ## Quick Start Run this Skill on the reflect-ci-<job-slug> task to mine the fix-ci transcript, classify any autofix miss, and emit the REFLECT_CI_AUTOFIX_MISS operator log.