agent-ci

安装量: 1.6K
排名: #7372

安装

npx skills add https://github.com/redwoodjs/agent-ci --skill agent-ci

Agent CI Run the full CI pipeline locally before pushing. CI was green before you started — any failure is caused by your changes. 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.

返回排行榜