Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:2538
forks:356
updated:27 de abril de 2026, 11:25
SKILL.md
| name | service-troubleshooting |
| description | Service Connectivity Issues |
Troubleshooting Kubernetes service connectivity problems.
kubectl get svc {service_name} -n {namespace} -o yaml
kubectl get endpoints {service_name} -n {namespace}
kubectl get pods -n {namespace} -l {selector}
kubectl run -it --rm debug --image=busybox --restart=Never -- wget -O- {service_name}:{port}
kubectl get networkpolicies -n {namespace}
Guide for investigating slow PostgreSQL queries
AWS Lambda High Latency Troubleshooting
Troubleshooting Application Gateway Problems
Database Connection Troubleshooting
Python Application Memory Troubleshooting
Use this skill when the user asks to "patch a CVE", "fix a CVE", "handle a CVE", "check a CVE", or discusses Docker image vulnerabilities, docker scout findings, or Go/dependency CVE remediation in the Dockerfile.