What problem does it solve? When a service misbehaves on TCE, engineers waste time clicking through the cloud console to find deployment status, cluster configuration, and failing Pods. This Skill turns those lookups into direct queries so you can diagnose deployment and Pod startup issues from a single command. ## Core Features & Use Cases - Service Discovery & Details: Search TCE services by PSM and retrieve deployment status, SCM version, owners, and runtime image info. - Cluster & Pod Inspection: List clusters with resource quotas and replica counts, then drill into Pod IPs, container states, and CPU/memory usage. - Readiness Diagnostics: Fetch Pod readiness check results (container environment, service startup, port, third-party components) to pinpoint why a Pod failed to start. - Use Case: A service in Singapore fails health checks after a deploy. Search by PSM to get the service_id, list clusters and Pod instances, then run get_pod_readiness_msg to see that the service startup check failed with a panic message and a link to the fix documentation. ## Quick Start Ask the agent to check the deployment status and Pod readiness of your TCE service by providing its PSM name and target region.