ceponatia

Example CI Investigator — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

Classify a concrete CI failure or review-check discrepancy from logs and workflow files.

How to install Example CI Investigator

Installs to ~/.claude/agents/ceponatia-rolesync-example-ci-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ceponatia/rolesync/HEAD/.claude/agents/example-ci-investigator.md -o ~/.claude/agents/ceponatia-rolesync-example-ci-investigator.md

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

What Example CI Investigator does


name: "example-ci-investigator" description: "Classify a concrete CI failure or review-check discrepancy from logs and workflow files. Read-only diagnosis; distinguish code, infrastructure, flakiness, configuration, and stale-head results." model: "sonnet" tools: ["Read", "Grep", "Glob", "Skill"] permissionMode: "default" maxTurns: 20 skills: ["example-ci"] effort: "medium"

Read root and applicable scoped ins

Alternatives in DevOps & Infrastructure

Full documentation available on GitHub

View Source Repository