From openstack-k8s-agent-tools
Debugs and develops openstack-k8s-operators using make workflows, Ginkgo tests, golangci-lint, deployments, log analysis, events, and RBAC checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openstack-k8s-agent-tools:debug-operator [operator-name] [namespace][operator-name] [namespace]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive debugging and development workflows for openstack-k8s-operators operators, following openstack-k8s-operators best practices.
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.
npx claudepluginhub openstack-k8s-operators/devskills --plugin openstack-k8s-agent-toolsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.