devops-troubleshooter

Diagnose production incidents using logs, metrics, and traces.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill devops-troubleshooter-fakhriaditiarahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-troubleshooter
Source: https://github.com/fakhriaditiarahman/Your-Skill-Agent/tree/main/.agent/skills/devops-troubleshooter
Command: npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill devops-troubleshooter-fakhriaditiarahman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill rapidly diagnoses and resolves complex production incidents, system outages, and performance bottlenecks across modern cloud-native infrastructure.

Core Features & Use Cases

  • Incident Response: Quickly identify root causes of system failures using logs, metrics, and traces.
  • Debugging: Troubleshoot issues in Kubernetes, microservices, CI/CD pipelines, and cloud platforms.
  • Observability: Leverage expertise in tools like Prometheus, Grafana, ELK, and distributed tracing.
  • Use Case: When your application experiences intermittent 5xx errors, this Skill can analyze traces and logs to pinpoint the failing service and its underlying cause.

Quick Start

Debug the intermittent 504 gateway timeout errors in the production load balancer.

Frequently Asked Questions about devops-troubleshooter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot intermittent 5xx errors in Kubernetes microservices?

Find the root cause of 504 gateway timeout errors by analyzing load balancer logs, metrics, and distributed traces. This process isolates network bottlenecks, upstream service unavailability, or overloaded backend pods causing the timeout responses.

How does distributed tracing work for root cause analysis during incident response?

Distributed tracing for root cause analysis works by tracking requests across microservices to visualize latency and failure points. It correlates spans with logs and metrics to rapidly isolate the exact component causing system failures during an incident response.

Can I use Prometheus and Grafana metrics for debugging cloud-native infrastructure?

Yes, you can use Prometheus and Grafana metrics for debugging cloud-native infrastructure. They provide time-series data on resource utilization and application performance, enabling rapid identification of anomalies and bottlenecks across container orchestration platforms.

What is the best way to analyze ELK logs for production system outages?

Troubleshoot CI/CD pipeline failures by analyzing build logs, deployment manifests, and container orchestration states. This identifies misconfigurations, failed image pulls, or resource quota issues preventing successful application deployments to the cluster.

When do I need observability platforms for performance optimization?

You need observability platforms for performance optimization when diagnosing complex system bottlenecks or recurring production outages. They provide the logs, metrics, and traces required to understand distributed system behavior and execute effective incident response.

Why does my production load balancer return intermittent 504 gateway timeout errors?

Your production load balancer returns intermittent 504 gateway timeout errors when upstream services fail to respond within the configured timeout window. Analyzing distributed traces and load balancer metrics isolates the overloaded microservice causing the delayed responses.