Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:2,538
forks:356
updated:2026년 4월 27일 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}