Agent Skills: Agent CI

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

UncategorizedID: edmundmiller/dotfiles/agent-ci

Install this agent skill to your local

pnpm dlx add-skill https://github.com/edmundmiller/dotfiles/tree/HEAD/.agents/skills/agent-ci

Skill Files

Browse the full folder contents for agent-ci.

Download Skill

Loading file tree…

.agents/skills/agent-ci/SKILL.md

Skill Metadata

Name
agent-ci
Description
Run GitHub Actions CI locally with Agent CI only when explicitly requested.

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.