Randhir123/claude-ops-investigator
Command
Read-only Kubernetes incident investigation, delegated across specialist modes via the Orchestrator.
Randhir123/claude-ops-investigator
Command
Read-only Kubernetes incident investigation, delegated across specialist modes via the Orchestrator.
Randhir123/claude-ops-investigator
Command
Investigate an incident and, if it traces to application code, propose a fix as a draft PR — or apply the same fix-proposal step to a report that already exists.
Randhir123/claude-ops-investigator
Skill Claude CodeCodex
Fallback single-agent Kubernetes incident investigation, for use only when custom modes are unavailable. Prefer the /investigate-incident command (.bob/commands/), which runs the same workflow with scoped, per-mode tool access instead of full Advanced-mode access.
Randhir123/claude-ops-investigator
Agent Claude Code
Top-level coordinator for a Kubernetes incident investigation. Decomposes the incident, delegates to specialized subagents, aggregates their findings, and hands off to incident-reporter for the final report. Use this as the entry point for /investigate-incident.
Randhir123/claude-ops-investigator
Agent Claude Code
Use last, to synthesize evidence gathered by k8s-evidence-collector, prometheus-analyst, log-analyst, and runbook-analyst into a single structured, schema-valid incident report. Never gathers evidence itself.
Randhir123/claude-ops-investigator
Agent Claude Code
Use for current-state Kubernetes evidence — pod listing, pod describe, live pod logs, namespace events, and current resource usage. Not for historical logs (use log-analyst) or metrics trends (use prometheus-analyst).
Randhir123/claude-ops-investigator
Agent Claude Code
Use for historical log analysis across pod restarts and deployments via IBM Cloud Logs — error search, probe-failure search, and arbitrary text search. Preferred over live pod logs whenever the incident spans more than the currently-running pod. Not for metrics (use prometheus-analyst) or current pod state (use…
Randhir123/claude-ops-investigator
Agent Claude Code
Use for Prometheus metrics — restart counts, CPU/memory usage, HTTP error rate, and latency — to measure incident impact or corroborate a hypothesis with numbers. Not for log inspection (use log-analyst or k8s-evidence-collector).
Randhir123/claude-ops-investigator
Agent Claude Code
Use to match a reported symptom against known incident runbooks and extract diagnosis steps, likely causes, and safety warnings. Not for live evidence gathering.
Randhir123/claude-ops-investigator
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing block_unsafe_shell.py via python3. From Randhir123/claude-ops-investigator.
Randhir123/claude-ops-investigator
Hook Claude Code
Runs after a tool call finishes for mcp__claude-ops-investigator__.* tool calls, executing audit_mcp_tool_call.py via python3. From Randhir123/claude-ops-investigator.
Randhir123/claude-ops-investigator
Hook Claude Code
Runs when a subagent starts, executing audit_subagent_lifecycle.py via python3. From Randhir123/claude-ops-investigator.
Randhir123/claude-ops-investigator
Hook Claude Code
Runs when a subagent finishes, executing audit_subagent_lifecycle.py via python3. From Randhir123/claude-ops-investigator.
Randhir123/claude-ops-investigator
Hook Claude Code
Runs when the agent finishes a response, executing validate_final_report.py via python3. From Randhir123/claude-ops-investigator.
Randhir123/claude-ops-investigator
Settings file Claude Code
Agent settings declaring 5 hook events (PreToolUse, PostToolUse, SubagentStart, SubagentStop) and 7 allowed tools.
Randhir123/claude-ops-investigator
Skill Claude CodeCodex
Analyze Kubernetes incident snapshots and produce evidence-grounded incident reports.
Randhir123/claude-ops-investigator
Skill Claude CodeCodex
Summarize operational runbooks into concise diagnosis steps and safety warnings.
Randhir123/claude-ops-investigator
MCP server Claude CodeCodexCursor
MCP server "claude-ops-investigator" as configured in Randhir123/claude-ops-investigator. Runs claude_ops.mcp.server with python. Needs 1 environment variable to run.
Randhir123/claude-ops-investigator
Instructions file CodexOpenCode
AGENTS.md instructions for Randhir123/claude-ops-investigator, covering agents.md, project overview, core philosophy, technology stack and architecture.
Randhir123/claude-ops-investigator
Instructions file
Claude Code instructions for Randhir123/claude-ops-investigator, covering claude.md, claude ops support agent — project instructions, non-negotiable safety rules, architecture rules and output rules.