Agent CI

Run GitHub Actions CI locally with Agent CI only when explicitly requested.

edmundmiller 28d6609 747 B Updated

File contents

Agent CI

Run the full CI pipeline locally only after an explicit user request. For ordinary testing, validation, or pre-push work, use the repository's focused checks instead.

Run

npx @redwoodjs/agent-ci run --quiet --all --pause-on-failure

Retry

When a step fails, the run pauses automatically. Fix the issue, then retry:

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

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.

edmundmiller/dotfiles/tree/main/.agents/skills/agent-ci commit 28d6609645

Frequently asked questions

npx skillmds@latest add edmundmiller/agent-ci