Run GitHub Actions CI locally with Agent CI only when explicitly requested.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add edmundmiller/dotfiles --skill agent-ci --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Ci?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/edmundmiller-agent-ci)More formats (shields.io, HTML) on the badges page.
---
name: agent-ci
description: Run GitHub Actions CI locally with Agent CI only when explicitly requested.
license: MIT
compatibility: Requires Node.js 18+ and Docker
metadata:
author: redwoodjs
version: "1.0.0"
---
# 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
```bash
npx @redwoodjs/agent-ci run --quiet --all --pause-on-failure
```
## Retry
When a step fails, the run pauses automatically. Fix the issue, then retry:
```bash
npx @redwoodjs/agent-ci retry --name <runner-name>
```
To re-run from an earlier step:
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!