What problem does it solve?
Rstack ecosystem CI suites can turn red for misleading reasons: the visible Rspack pivot commit is often not the real cause, since downstream dependency bumps, snapshot updates, flaky selectors, and release windows create false attributions. This Skill provides a disciplined two-phase workflow to find the actual source PR or downstream change instead of over-blaming the first red Rspack commit.
Core Features & Use Cases
- Two-phase attribution workflow: Phase 1 locates the actual source PR, date window, or downstream change using fast-exit checks, green-to-red pivot analysis, and failure signature comparison; Phase 2 explains the technical mechanism behind a confirmed Rspack PR.
- Specialized investigation tools: Includes a status helper script for parsing eco-ci status data, a canary date bisect procedure using @rspack-canary/core pnpm overrides, Rsbuild config debugging via DEBUG=rsbuild, daily automation triage, and guarded PR report commenting.
- Use Case: A daily eco-ci run shows the modernjs suite newly failing at a Rspack commit. Use this Skill to check whether the same commit passed before, compare failure signatures against prior flaky history, bisect canary versions if the window is coarse, and produce an evidence-based triage report with a confident attribution.
Quick Start
Ask the agent to investigate why a specific Rspack eco-ci suite turned red and identify which PR or downstream change actually caused it, providing your local Rspack checkout path.