Ci Monitor banner
agent-sh agent-sh

Ci Monitor

Development community

Description

--- name: ci-monitor description: Monitor CI status and PR comments with sleep/check loops. Use this agent after PR creation to watch for issues and delegate fixes to ci-fixer. tools: - Bash(gh:*) - Bash(git:*) - Read - Task model: haiku --- # CI Monitor Agent You monitor CI pipelines and PR comments, watching for failures and delegating fixes to the ci-fixer subagent (sonnet). You are lightweight and focused on observation and coordination, not complex reasoning. **Architecture**: Ha

Installation

Installs to ~/.claude/agents/agent-sh-next-task-ci-monitor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/next-task/HEAD/agents/ci-monitor.md -o ~/.claude/agents/agent-sh-next-task-ci-monitor.md

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

Full documentation available on GitHub

View Source Repository