agent-ci

Run GitHub Actions CI locally with Agent CI to validate changes before pushing. Use when testing, running checks, or validating code changes.

INSTALLATION
npx skills add https://github.com/redwoodjs/agent-ci --skill agent-ci
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$27

To re-run from an earlier step:

npx @redwoodjs/agent-ci retry --name <runner-name> --from-step <N>

Repeat until all jobs pass. Do not push to trigger remote CI when agent-ci can run it locally.

Machine-readable output ( --json )

For programmatic monitoring, add --json (or set AGENT_CI_JSON=1) to emit an NDJSON event stream on stdout — one JSON object per line. Events:

  • run.start (with schemaVersion: 1, runId)
  • job.start, job.finish (status: passed|failed)
  • step.start, step.finish (status: passed|failed|skipped)
  • run.paused (carries runner + retry_cmd)
  • run.finish (status: passed|failed)
  • diagnostic

--json is decoupled from --quiet, and the diff renderer is auto-suppressed under --json so ANSI sequences don't collide with the stream. Combined with the exit-77 pause signal above, this gives agents a robust contract: parse run.paused events, react, and call retry — no plaintext grep required.

BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card