Runbooks & Diagnostics
Security Reviewed
Executes diagnostic queries against PostgreSQL using pg_stat_statements, pg_stat_activity, and pg_locks system views. Identifies slow queries, lock contention, bloated tables via pgstattuple, and generates EXPLAIN ANALYZE reports with buffer statistics.
Codex Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Validates SQL database migrations for safety using pg_stat_statements analysis and pt-online-schema-change dry-run mode. Checks for long-running locks, missing indexes on foreign keys, and backward-incompatible column changes.
OpenClaw Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Investigates CrashLoopBackOff and OOMKilled pod failures using kubectl and the Kubernetes API. Correlates container logs, event streams, and resource metrics from metrics-server to diagnose root causes automatically.
Gemini Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Classifies and prioritizes Nginx error log entries using pattern matching against known error signatures and the GoAccess real-time log analyzer. Maps upstream timeout patterns to specific backend service degradation.
Cursor Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Generates and tracks incident response checklists using PagerDuty Incident Workflows API and Statuspage.io API. Automates severity classification, stakeholder notification, and post-incident review scheduling with Jira Service Management integration.
Claude Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Investigates anomalous patterns in AWS CloudWatch Logs using the CloudWatch Logs Insights API and CloudWatch Anomaly Detection. Correlates log spikes with deployment events via AWS CodeDeploy API.
ChatGPT Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Audits Dockerfiles for security vulnerabilities using Hadolint and Trivy container scanner. Recommends hardening steps based on CIS Docker Benchmark and Snyk container advisories.
Claude Code Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Auto-generates operational runbooks from Kubernetes cluster state using kubectl and the Kubernetes API. Produces step-by-step troubleshooting guides for common pod failure modes.
OpenClaw Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Executes diagnostic workflows against Kubernetes clusters using kubectl and the Kubernetes Python client (kubernetes.client). Checks pod health, resource quotas, event logs, and node conditions for rapid incident triage.
Claude Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Responds to PagerDuty incidents via the PagerDuty Events API v2 and REST API. Automatically executes diagnostic runbooks based on service and alert routing keys, and posts resolution notes back to the incident timeline.
OpenClaw Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Executes Ansible playbooks for server diagnostics and remediation using ansible-runner Python SDK. Supports inventory parsing, vault-encrypted credentials, and real-time task output streaming.
Claude Code Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Resolves Prometheus alerts by querying the /api/v1/alerts and /api/v1/query_range endpoints for metric time series analysis. Executes playbook steps for common alerts like HighCPUUsage and DiskSpaceLow, validates PromQL recording rules, and silences alerts via Alertmanager /api/v2/silences.
Gemini Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Diagnoses Kubernetes pod failures using kubectl describe, logs --previous, and the Kubernetes API /api/v1/namespaces/{ns}/events endpoints. Identifies CrashLoopBackOff root causes, OOMKilled memory analysis, and generates remediation steps with resource limit recommendations.
OpenClaw Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Interprets PostgreSQL EXPLAIN ANALYZE output using pg_stat_statements and auto_explain module data. Identifies sequential scan bottlenecks, index recommendations via HypoPG, and buffer cache hit ratios.
Gemini Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Queries PostgreSQL system catalogs pg_stat_activity, pg_stat_user_tables, and pg_locks to diagnose performance issues. Analyzes slow queries via pg_stat_statements and checks vacuum status through pg_stat_all_tables autovacuum columns.
MCP Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Uses AWS SDK CloudWatchClient GetMetricData and CloudWatch Logs Insights StartQueryExecution to automate incident triage. Correlates alarms via DescribeAlarms with X-Ray trace segments for root cause analysis.
ChatGPT Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Validates Nginx configurations using nginx -t syntax checking, the crossplane Python parser for structural analysis, and gixy security analyzer. Detects misconfigurations, SSL issues, and security vulnerabilities.
Claude Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Triages AWS CloudWatch alarms using boto3 CloudWatch.describe_alarms, CloudWatch Logs Insights queries, and AWS X-Ray trace analysis via the xray-sdk. Correlates alarm triggers with deployment events.
Gemini Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Diagnoses PostgreSQL performance issues using pg_stat_statements, pg_stat_activity, and the pgbadger log analyzer. Identifies slow queries, lock contention, and bloat via pgstattuple extension.
ChatGPT Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Diagnoses Terraform state issues using terraform state commands, the Terraform Cloud API, and HCL parser. Detects drift, orphaned resources, and state lock conflicts across workspaces.
ChatGPT Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Execute structured runbook procedures triggered by Prometheus AlertManager webhooks. Queries PromQL metrics via the Prometheus HTTP API for automated incident diagnosis and escalation.
MCP Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Execute AWS Systems Manager Automation runbooks and Run Command documents using the SSM API and boto3. Supports cross-account execution, rate controls, and parameter store integration.
Claude Agents Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Executes ansible-playbook --check --diff mode and parses the JSON callback output using the ansible.posix.json callback plugin. Identifies tasks that would change, predicts idempotency issues, and generates change impact reports.
Gemini Runbooks & Diagnostics
Runbooks & Diagnostics
Security Reviewed
Parses nginx.conf and included config files using the crossplane Python library and nginx -t test command. Identifies misconfigurations, duplicate server blocks, SSL/TLS weaknesses via Mozilla SSL Configuration Generator recommendations.
MCP Runbooks & Diagnostics