一键导入
debug-operator
Debug and develop openstack-k8s-operators operators with comprehensive workflows including make targets, tests, and deployments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Debug and develop openstack-k8s-operators operators with comprehensive workflows including make targets, tests, and deployments
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold RHOSO Deployment Topologies/Validated Architectures for the architecture repo with existing DT/VA analysis, kustomize generation, and staged automation
Interactive onboarding for openstack-k8s-operators — teaches Kubernetes operator fundamentals from scratch and tours the current operator repo at the learner's pace
Produce an analysis of observed problems in a must-gather report from OpenStack Services on OpenShift
Produce an analysis of observed problems in downloaded Zuul CI logs
Code review agent for openstack-k8s-operators following dev-docs conventions, lib-common patterns, and openstack-k8s-operators best practices
Validate CVE Jira tickets against the current codebase — assess reachability, exploitability, and recommend action (Go bump vs dependency bump vs code fix)
| name | debug-operator |
| description | Debug and develop openstack-k8s-operators operators with comprehensive workflows including make targets, tests, and deployments |
| argument-hint | [operator-name] [namespace] |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Grep","LS","TodoWrite"] |
| context | fork |
This skill provides comprehensive debugging and development workflows for openstack-k8s-operators operators, following openstack-k8s-operators best practices.
When debugging or developing an operator, I will:
make manifests && make generatemake build)make testmake golangci)go mod tidyFor deployed operators, I will also:
When debugging deployed operators:
# Debug specific operator
/debug-operator glance-operator openstack-operators
# General cluster debugging
/debug-operator cluster-check
I will automatically:
When in an operator directory (with Makefile and go.mod):
# Run complete development workflow
/debug-operator
# Focus on specific test
/debug-operator focus-test "Checks the Topology"
# Run only tests
/debug-operator test-only
I will automatically:
The skill integrates with:
This skill includes advanced log pattern matching. When given a log file or oc output, analyze it for:
# Analyze collected logs
/debug-operator
oc logs deployment/glance-operator -n openstack-operators > nova.log
# Then ask to analyze the log file
# Multi-pod logs
oc logs -l app=operator --all-containers=true > combined.log
Output includes: error/warning counts, severity classification, timeline view, and remediation suggestions.
Always start with this skill for any operator debugging to ensure comprehensive analysis.