Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

siclaw

siclaw 收录了来自 scitix 的 27 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
27
Stars
219
更新
2026-06-05
Forks
25
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

gateway-diagnostics
网络与计算机系统管理员

Show and ping the gateway of a network interface, on a Kubernetes node or inside a pod's network namespace. Auto-detects the gateway from the routing table (ip -j route), reports interface type (RoCE / Ethernet / IB), and tests reachability with ping. Use for default-route / gateway questions, network reachability checks, RoCE/RDMA data-path validation, and "can this node/pod reach its gateway" investigations.

2026-06-05
node-logs
网络与计算机系统管理员

Retrieve logs from a Kubernetes node. Supports journalctl (systemd units) and file-based logs. Use when you need to inspect node-level logs (containerd, kubelet, etc.). Run via host_script (preferred) or node_script.

2026-06-05
skill-authoring
其他计算机职业

Guide for writing and improving Siclaw skills. Read this when creating or modifying a skill. Covers skill directory layout, SKILL.md format, script execution modes, and best practices.

2026-06-05
node-health-check
网络与计算机系统管理员

Check node health and diagnose node-level issues (NotReady, DiskPressure, MemoryPressure, PIDPressure). Inspects node conditions, resource allocation, and real-time usage.

2026-04-08
dns-debug
网络与计算机系统管理员

Diagnose DNS resolution failures in the cluster (NXDOMAIN, timeouts, SERVFAIL). Checks CoreDNS health, service endpoints, and DNS configuration.

2026-04-01
networkpolicy-debug
网络与计算机系统管理员

Diagnose NetworkPolicy-related connectivity issues (traffic unexpectedly blocked, default-deny effects, egress blocking DNS). Identifies which NetworkPolicies affect a pod, checks ingress/egress rules, and verifies CNI support.

2026-03-13
service-debug
网络与计算机系统管理员

Diagnose Service connectivity issues (empty Endpoints, selector mismatch, port mismatch, no backend pods). Checks Service, Endpoints, and target pods to identify why traffic is not reaching backends.

2026-03-13
cluster-events
网络与计算机系统管理员

Analyze cluster-wide Kubernetes events to identify issues and patterns. Aggregates Warning events, detects high-frequency patterns, and correlates related events.

2026-03-12
deployment-rollout-debug
网络与计算机系统管理员

Diagnose Deployment rollout failures (stuck rollouts, ProgressDeadlineExceeded, replica mismatch). Checks rollout status, ReplicaSets, and new pod health to identify why an update is failing.

2026-03-12
pod-pending-debug
网络与计算机系统管理员

Diagnose pod scheduling failures (Pending, Unschedulable). Checks events, node resources, taints, affinity, and PVC bindings to identify why a pod cannot be scheduled.

2026-03-12
quota-debug
网络与计算机系统管理员

Diagnose Kubernetes native ResourceQuota and LimitRange admission rejections (exceeded quota, forbidden by LimitRange, FailedCreate). Checks namespace quotas, current usage, LimitRange constraints, and ReplicaSet events to identify why pods cannot be created. Not applicable to Volcano Queue — use volcano-queue-diagnose for gang scheduling clusters.

2026-03-12
volcano-diagnose-pod
网络与计算机系统管理员

Diagnose Volcano-managed Pod scheduling issues. Checks Pod status, PodGroup, events, and Queue to identify scheduling failures.

2026-03-12
volcano-gang-scheduling
网络与计算机系统管理员

Gang Scheduling diagnostic guide for Volcano. Use when PodGroup cannot schedule completely, member Pods remain Pending, or minAvailable/minMember constraints are not satisfied.

2026-03-12
volcano-job-diagnose
网络与计算机系统管理员

Diagnose Volcano Job status and issues. Check Job phases, task statuses, PodGroup associations, and overall job health.

2026-03-12
volcano-node-resources
网络与计算机系统管理员

Query cluster node resources for Volcano scheduling. Check allocatable CPU, memory, GPU, and current usage.

2026-03-12
volcano-queue-diagnose
网络与计算机系统管理员

Diagnose Volcano Queue status and resource allocation. Check queue weights, deserved resources, allocated resources, and identify queue-related scheduling bottlenecks.

2026-03-12
volcano-resource-insufficient
网络与计算机系统管理员

Resource shortage diagnostic guide for Volcano. Use when seeing Insufficient cpu/memory events, OOMKilled pods, or nodes with zero allocatable resources.

2026-03-12
volcano-scheduler-config
网络与计算机系统管理员

View Volcano scheduler configuration. Check scheduler ConfigMap, actions, plugins, and tier settings.

2026-03-12
volcano-scheduler-logs
网络与计算机系统管理员

Retrieve and analyze Volcano scheduler logs. Filter by keyword, time range, or pod name to debug scheduling decisions.

2026-03-12
statefulset-debug
网络与计算机系统管理员

Diagnose StatefulSet rollout and scaling failures (ordered update stuck, OnDelete not updating, partition misconfiguration, PVC binding deadlocks). Checks update strategy, pod ordinal progression, PVC bindings, and ordered startup to identify why a StatefulSet is not progressing.

2026-03-12
manage-skill
其他计算机职业

Guides the user to the Siclaw Web page to manage Skills. Use this guide when the user requests to create, edit, or view a Skill in a Channel conversation.

2026-03-12
hpa-debug
网络与计算机系统管理员

Diagnose HorizontalPodAutoscaler failures (not scaling, metrics unavailable, target mismatch). Checks HPA status, metrics-server health, and scaling events to identify why autoscaling is not working.

2026-03-04
image-pull-debug
网络与计算机系统管理员

Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.

2026-03-04
ingress-debug
网络与计算机系统管理员

Diagnose Ingress failures (rules not matching, backend unreachable, TLS errors, no address assigned). Checks Ingress resources, IngressClass, backend Services, and controller health to identify why external traffic is not routed correctly.

2026-03-04
job-debug
网络与计算机系统管理员

Diagnose Job and CronJob failures (BackoffLimitExceeded, DeadlineExceeded, pods failing, CronJob not triggering). Checks Job status, pod logs, and CronJob schedule to identify why batch workloads are failing.

2026-03-04
pod-crash-debug
网络与计算机系统管理员

Diagnose pod crash failures (CrashLoopBackOff, OOMKilled, Error, RunContainerError). Checks pod status, events, and previous logs to identify root cause.

2026-03-04
pvc-debug
网络与计算机系统管理员

Diagnose PersistentVolumeClaim failures (Pending PVC, StorageClass not found, PV binding issues, capacity mismatch). Checks PVC, PV, StorageClass, and provisioner events to identify why storage is not available.

2026-03-04