This is a GitHub Actions monitoring tool that watches your CI runs and automatically reproduces failures locally. Instead of manually checking workflow status, parsing logs, and figuring out which test command to run, it polls the branch, detects failures, and immediately executes the exact npm test or lint commands that failed. The default "replicate" mode is fully automatic, no intervention needed. It filters out noise like Git logs and stack traces to give you clean failure reports. Honestly, this is the kind of plumbing you build yourself after the tenth time you've copied a test path from a CI log into your terminal. Saves that round trip.
npx skills add https://github.com/google-gemini/gemini-cli --skill ci