Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:2 538
forks:356
updated:27 avril 2026 à 11:25
SKILL.md
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.
| 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}