Skill Claude CodeCodex
A structured method for finding the root cause of failures in microservices by examining measurements, request traces, and logs. It uses thresholds and cross-checks to connect symptoms to causes.
90 tagged sre, measured the same way as everything else here.
Browse within: kubernetes 40aiops 34observability 10reliability 8incident-response 7troubleshooting 6monitoring 5oncall 5runbook 5visibility/public 5
Skill Claude CodeCodex
A structured method for finding the root cause of failures in microservices by examining measurements, request traces, and logs. It uses thresholds and cross-checks to connect symptoms to causes.
Skill Claude CodeCodex
Lucas runbook-driven troubleshooting for Kubernetes issues. Use when investigating pod errors, crashes, restarts, or any Kubernetes problem. Automatically search runbooks before taking action.
Skill Claude CodeCodex
Analyze cluster-wide Kubernetes events to identify issues and patterns. Aggregates Warning events, detects high-frequency patterns, and correlates related events.
Skill Claude CodeCodex
Diagnose NetworkPolicy-related connectivity issues (traffic unexpectedly blocked, default-deny effects, egress blocking DNS). Identifies which NetworkPolicies affect a pod, checks ingress/egress rules, and verifies CNI support.
Skill Claude CodeCodex
Retrieve logs from a Kubernetes node — systemd units (journalctl) or files under /var/log. Use when you need node-level evidence: containerd, kubelet, kernel/OOM, or anything the pod's own log cannot show. Three access paths in order: hostscript (SSH), nodescript (debug pod), and localscript against the kubelet log…
Skill Claude CodeCodex
Analyze Kubernetes workload metrics and produce policy-constrained CPU/memory rightsizing recommendations with optional patch generation and rollback-safe apply.
Skill Claude CodeCodex
SRE first-response triage for distributed training incidents. Automates the manual checks from PyTorch/NCCL debugging runbooks.
cacheforge-ai/cacheforge-skills
Skill Claude CodeCodex
Unified log search across Loki, Elasticsearch, and CloudWatch. Natural language queries translated to LogQL, ES DSL, or CloudWatch filter patterns. Read-only. Never modifies or deletes logs.
cacheforge-ai/cacheforge-skills
Skill Claude CodeCodex
AI-powered incident triage for PagerDuty. List active incidents, deep-dive with timeline and alert correlation, check on-call schedules, acknowledge, resolve, and annotate — all from your agent. Read-only by default; write operations require explicit --confirm.
Skill Claude CodeCodexCursor
Context usage patterns for Go including cancellation, timeouts, deadlines, and database transactions. Use when handling HTTP requests, database operations, or implementing cancellation and timeout logic.
Skill Claude CodeCodexCursor
Error handling patterns for Go including error wrapping, custom errors, sentinel errors, and error checking best practices. Use when implementing error handling, defining error types, or working with error flows.
Skill Claude CodeCodexCursor
Modern Go testing patterns including table-driven tests, subtests, test organization, and best practices. Use when writing or refactoring tests, implementing test coverage, or when the user asks about Go testing approaches.
Skill Claude CodeCodex
Writes a blameless incident postmortem document from an incident timeline or Slack thread.
Skill Claude CodeCodex
A troubleshooting guide for Kubernetes service connectivity, where services provide stable network access to groups of running containers. It focuses on missing endpoints, selector mismatches, network policies, and kube-proxy problems.
Skill Claude CodeCodexCursor
High-precision reliability engineer focusing on failure handling, circuit breakers, retry strategies, and graceful degradation under high-pressure conditions.
runwhen-contrib/runwhen-platform-mcp
Skill Claude CodeCodex
Build, test, and commit a RunWhen automation task (SLX). Use when: (1) Creating a new health check or monitoring task, (2) Building a troubleshooting runbook or diagnostic script, (3) Writing and testing a bash or python script for RunWhen runners, (4) Committing an SLX with commitslx, (5) Running runscriptandwait or…
runwhen-contrib/runwhen-platform-mcp
Skill Claude CodeCodex
Render a tested tool-builder task as a private Custom Discovery CodeCollection for GitOps. Use when: (1) The user wants version-controlled storage instead of commitslx to a workspace, (2) Publishing tool-builder output to a private git repo shaped like simple-private-codecollection, (3) After runscriptandwait succeeds…
runwhen-contrib/runwhen-platform-mcp
Skill Claude CodeCodex
Create and tailor a new AI Assistant (Agent / persona) in a RunWhen workspace. Use when: (1) The user wants a dedicated assistant for a tech stack, team, or domain (e.g. 'Azure DevOps', 'Postgres on-call'), (2) Creating, updating, or deleting an assistant via createassistant / updateassistant / deleteassistant, (3)…
Skill Claude CodeCodex
Write a blameless, actionable incident postmortem from the raw facts. Use after an outage/incident, or when asked to write up "what happened" for the team.