Skip to main content

rajsinghtech/openclaw-workspace

SkillsMP 已收集 rajsinghtech/openclaw-workspace 中的 23 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
23
GitHub 星标
0
GitHub Forks
0

已展示 23 / 23 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

Structured PR review — security scan, correctness, consistency, style. Covers diff analysis, comment posting via gh, and priority-based finding reports. Use when: A PR needs review, someone asks for code feedback, or changes need security/correctness…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spec-driven development workflow — proposals, requirements, design docs, task breakdowns, and implementation using the OpenSpec framework. Use when: Starting a new feature or change that needs planning, someone says "I want to build X", creating proposals or…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Analyze agent sessions for tool failures, retry patterns, knowledge gaps, context limits, and config drift. Use when: Running periodic session reviews (cron), investigating agent reliability issues, looking for recurring failure patterns, or identifying…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

OpenClaw pod architecture, volumes, networking, secrets, and provider configuration reference. Use when: Debugging container, mount, networking, or credential issues. Also use when you need to understand pod structure, check which providers are configured,…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

End-to-end deployment workflow — commit, CI, Flux reconcile, pod restart, verify. Includes ConfigMap changes, Flux postBuild escaping, and SOPS secret management. Use when: You need to deploy changes to the OpenClaw pod — config updates, workspace changes,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Look up OpenClaw documentation via web_fetch for config validation and verification. Use when: You need to verify a config key, understand OpenClaw configuration options, or check documentation for Kubernetes-specific settings before making changes. Don't use…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Reference for how secrets flow from SOPS-encrypted files in Git through Flux postBuild substitution into Kubernetes Secrets and Pods. Use when: Debugging why a pod can't read a credential, tracing where a secret value comes from, adding a new secret to the…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Full multi-cluster health assessment across all 3 Kubernetes clusters. Use when: Running periodic health checks, investigating cross-cluster issues, or someone asks "how are the clusters doing?" Covers nodes, pods, Ceph, Flux, certs, alerts, and resource…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Diagnose and manage Flux CD across all 3 clusters (Ottawa, Robbinsdale, StPetersburg). Multi-cluster Flux management including source health, kustomization status, HelmRelease debugging, and reconciliation operations. Use when: You need to check or fix Flux…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Clone kubernetes-manifests, branch, fix, validate, and open a PR. Use when: You've identified an issue in the kubernetes-manifests repo that needs fixing — resource limits, HelmRelease values, Flux kustomization config, namespace labels, or any manifest…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Rook-Ceph diagnostics (Ottawa + Robbinsdale) and storage troubleshooting for all clusters including local-path on StPetersburg. Use when: Ceph health is not OK, PVCs are stuck in Pending, OSD is down, pools are near full, or volume attachment errors occur.…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Systematic debugging — reproduce, isolate, trace root cause, verify fix. Covers code path tracing, log analysis, binary search for regressions, and hypothesis-driven debugging. Use when: Something is broken and you need to find the root cause in code or…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Diagnose Flux CD reconciliation failures — stale revisions, failed applies, dependency errors, SOPS decrypt failures. Use when: A kustomization is not Ready, source shows an old commit, Flux events show errors, or changes pushed to git aren't being applied to…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Context hygiene, memory flush before compaction, sub-agent lifecycle, and daily operations patterns. Use when: Context is growing large and you need to prepare for compaction, switching between unrelated tasks, or establishing a daily operations routine. Also…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Debug pod crashes, CrashLoopBackOff, ImagePullBackOff, OOMKilled, init container errors, and EBUSY config failures. Use when: Pods are not Running, containers are restarting, init containers fail, or the pod is Running but the application inside isn't…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Cross-reference workspace docs against live deployment — container names, volume mounts, model providers, agent list, skill directories. Includes PR creation workflow with validation and deduplication. Use when: You have findings from session-review that need…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Look up OpenClaw documentation via web_fetch — config reference, agent runtime, skills, cron, providers, sessions. Use when: You need to verify a config key, understand an OpenClaw feature, or look up documentation before making changes. Always use before…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Evaluate system design, recommend refactors, review boundaries and coupling. Use when: Evaluating a new feature design before implementation, choosing between implementation approaches, reviewing component boundaries, or creating architectural decision…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Identify missing test coverage, design test cases, recommend test strategies. Covers unit, integration, and end-to-end testing patterns with coverage gap analysis. Use when: You need to identify missing test coverage, design test cases for new or existing…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

OCI registry operations — image inspection, push troubleshooting, multi-arch manifests, pull secret verification. Use when: You need to inspect images in the registry, troubleshoot "manifest invalid" errors, debug ImagePullBackOff caused by registry issues,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose GitHub Actions workflow failures — build errors, skopeo push failures, crane manifest issues, workspace build problems. Use when: A CI workflow run failed, images aren't updating after a push, or someone asks "why did the build fail?" Covers both…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Validate openclaw.json and related config files — JSON syntax, model references, env var escaping, agent configuration, and known bad patterns. Use when: Config was recently edited, a new provider or agent was added, the pod crashes on startup with config…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Validate kustomize build, cross-reference resources, check container names, volume mounts, and ConfigMap generators. Use when: Any file in kustomization/ was edited and needs validation before deploying. Also use for periodic manifest hygiene checks or when…

原文语言:英语

更新
已展示 23 / 23 个已收集 Skill。