تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٢٬٥٣٨
forks:٣٥٦
updated:٢٧ أبريل ٢٠٢٦ في ١١:٢٥
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.