From openstack-k8s-agent-tools
Analyzes code flow in openstack-k8s-operators using Go parsing, reconciler tracing, webhook detection, and visual diagrams for reconciliation loops, resource lifecycles, and error paths.
npx claudepluginhub openstack-k8s-operators/devskills --plugin openstack-k8s-agent-tools[directory]This skill is limited to using the following tools:
This skill provides comprehensive code flow analysis for openstack-k8s-operators operators using automated parsing and visual representation.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
This skill provides comprehensive code flow analysis for openstack-k8s-operators operators using automated parsing and visual representation.
When explaining code flow, I will:
The skill analyzes:
# Focus on reconcile functions
grep -r "func.*Reconcile" --include="*.go" .
I will generate:
func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request)client.Get(), client.Create(), client.Update(), client.Delete()ctrl.Result{RequeueAfter: time.Duration}if err != nil blocksreturn ctrl.Result{}, errInvoke /explain-flow with:
The skill will automatically parse the code, extract flow patterns, and provide visual representations with actionable insights.