Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:2.538
forks:356
updated:27. April 2026 um 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}