Run local CI via the in-tree dev build of agent-ci (pnpm agent-ci-dev) to verify changes to this repo before completing work. Runs pnpm agent-ci-dev run --all in the background, watches the log for step failures, and retries failed runners after fixes. Use before reporting work as complete, or whenever the user asks to validate, run CI, or check that changes pass. Distinct from the published agent-ci skill, which targets downstream users via npx @redwoodjs/agent-ci.
$npx -y skills add redwoodjs/agent-ci --skill agent-ci-devInstalls into the current project.
Run `npx skills use "https://github.com/redwoodjs/agent-ci" --skill "redwoodjs/agent-ci/agent-ci-dev"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/redwoodjs/agent-ci" that are relevant to the current task. Run `npx skills add "https://github.com/redwoodjs/agent-ci"` and select the relevant skills, then follow their instructions.