Ci Local Runner banner
theuirat theuirat

Ci Local Runner

Development community

Description

--- name: ci-local-runner description: "Use this agent to run a repo's CI gates locally and report whether the code is safe to push — especially when GitHub Actions is maxed out (checks failing in ~2s with runner_id:0 and no logs) or you want to verify before opening a PR without spending Actions minutes. It auto-detects the package manager and runs the project's own typecheck/lint/test/build/secret-scan, then reports the green/red verdict in plain English. It verifies only — it never pushes or

Installation

Installs to ~/.claude/agents/theuirat-claude-rat-ci-local-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/theuirat/claude-rat/HEAD/agents/ci-local-runner.md -o ~/.claude/agents/theuirat-claude-rat-ci-local-runner.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository