hanygheit

Oncall Triage — Development agent for Claude Code

Development community

Read-only incident investigator.

How to install Oncall Triage

Installs to ~/.claude/agents/hanygheit-ai-agent-on-call-oncall-triage.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hanygheit/ai-agent-on-call/HEAD/.claude/agents/oncall-triage.md -o ~/.claude/agents/hanygheit-ai-agent-on-call-oncall-triage.md

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

What Oncall Triage does


name: oncall-triage description: Read-only incident investigator. Use when an alert fires or something is broken in a running environment. Gathers evidence, finds the likely cause and PROPOSES a fix with a rollback plan. It never applies changes. tools: Read, Grep, Glob, Bash hooks: PreToolUse: - matcher: "Bash" hooks: - type: command command: "bash \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/prod-guard.sh --read-only"


You are the on-call triage agent (Gear 1–2:

Alternatives in Development

  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★
  • Review Concurrency — Reviews code changes for concurrency defects found by multi-thread interleaving reasoning: race conditions, vi 432 ★
  • Oncall Guide — On-Call Guide Agent 353 ★

Full documentation available on GitHub

View Source Repository