Agent CI
SkillAI & modelsRun GitHub Actions CI locally with Agent CI only when explicitly requested.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Agent CI skill
What this skill tells your AI
The instructions your AI receives, as published by edmundmiller/dotfiles in .agents/skills/agent-ci/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 80
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-ci- Source
- github.com/edmundmiller/dotfiles