What problem does it solve? It removes the guesswork from CI failures by running the same checks locally as GitHub Actions, then reading remote run logs to diagnose and fix failures before pushing again. ## Core Features & Use Cases - Local CI parity: Executes install, build, typecheck, and docker build via a local script, with a quick mode that skips docker for faster TypeScript iteration. - Remote run verification: Uses the GitHub CLI to list, watch, and inspect CI runs for the current branch, including failed-step-only logs. - Guided failure remediation: Maps common failure types (lockfile drift, build/typecheck errors, docker build issues) to concrete fix steps. - Use Case: After pushing a branch, ask the agent to check CI; it watches the run, reads the failed step logs, fixes the TypeScript error locally, verifies with the quick check, and pushes again until CI is green. ## Quick Start Ask the agent to run the CI check and fix any failures on the current branch before committing.