Comprehensive debugging skill for agents, Temporal workflows, and Kubernetes infrastructure in distributed environments
This skill provides comprehensive debugging capabilities for agents running in distributed Kubernetes environments with Temporal orchestration. It systematically diagnoses issues across the entire stack - from individual agent behavior to infrastructure health.
python main.py debug \
--target-component agents \
--issue-type errors \
--time-range 1h \
--verbose
python main.py debug \
--target-component infrastructure \
--issue-type resource \
--time-range 30m \
--auto-fix
python main.py debug \
--target-component all \
--issue-type performance \
--time-range 2h \
--namespace temporal \
--verbose \
--auto-fix
/monitoring/metrics/monitoring/alerts/health/audit/eventsThe skill produces structured debugging reports with:
When auto_fix is enabled, the skill can:
This skill is designed for distributed environments and includes:
The skill helps prevent regressions by: