Specialized debugging skill for distributed systems across multiple clusters, nodes, and network boundaries. Use when troubleshooting complex multi-node deployments, cross-cluster communication, or distributed agent coordination.
This skill provides comprehensive debugging capabilities for distributed systems spanning multiple Kubernetes clusters, nodes, and network boundaries. It specializes in identifying and resolving issues that arise from the complexity of distributed architectures.
python main.py debug-distributed \
--clusters cluster-a,cluster-b,cluster-c \
--issue-type connectivity \
--time-range 30m
python main.py debug-distributed \
--target-components service-mesh,ingress \
--issue-type performance \
--latency-threshold 100ms \
--generate-report
python main.py debug-distributed \
--check-consistency \
--components database,cache,queue \
--auto-repair
When enabled, can automatically:
Returns structured reports including: