Ci Verifier banner
godatadriven godatadriven

Ci Verifier

Development community

Description

--- name: ci-verifier description: >- Verifies that the current branch's changes still pass by running the affected Whirl examples in CI mode, outside the caller's session/context. Delegate to this agent when you want changes validated without blocking the main conversation — e.g. "verify my changes in the background", "run CI for what I changed", "check nothing is broken before I commit/open a PR", or as the verification stage of an agent team. It figures out which example/environme

Installation

Installs to ~/.claude/agents/godatadriven-whirl-ci-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/godatadriven/whirl/HEAD/.claude/agents/ci-verifier.md -o ~/.claude/agents/godatadriven-whirl-ci-verifier.md

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

Full documentation available on GitHub

View Source Repository