What problem does it solve?
Operating and troubleshooting a running Temporal environment requires knowing dozens of temporal and tcld commands, and misdiagnosing errors like RESOURCE_EXHAUSTED or x509 failures wastes hours. This Skill routes operational intents and failure symptoms to the correct commands and a layered diagnostic process.
Core Features & Use Cases
- Operations routing: Maps intents like namespace CRUD, API-key rotation, mTLS cert rotation, capacity/APS management, billing, audit logs, Terraform, SAML/SCIM, and migration to the exact
tcld or temporal command references.
- Bottom-up diagnosis: Walks a seven-layer ladder (DNS, TCP, TLS, auth, gRPC, namespace/workers, workflow code) with confidence scores to root-cause stuck workflows, non-determinism, no-poller task queues, HA failover issues, and payload size limits.
- Destructive-operation safeguards: Requires blast-radius counts, explicit user approval, and verification before running irreversible commands like batch terminate or namespace failover.
- Use Case: A worker fleet stops polling after a cert rotation. The Skill checks TLS with
openssl s_client, inspects the accepted-client-CA set via tcld, identifies the expired CA, and guides a zero-downtime rollover.
Quick Start
Ask the assistant to diagnose why your Temporal workflow is stuck or to rotate an expiring Temporal Cloud API key, stating whether you use Temporal Cloud or a self-hosted cluster.