By lyarwood
KubeVirt development workflows for code review, PR review, linting, CI analysis, and enhancement proposals (VEPs)
kubevirt:ci-health
Analyze recent runs and failure patterns for a specific CI job lane
kubevirt:ci-report
Search for specific test failures and patterns across all CI jobs
Intelligent CI failure triage with root cause analysis and prioritized recommendations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Claude Code plugins to automate and assist with KubeVirt development workflows.
This project provides Claude Code plugins for KubeVirt development, including code review and linting workflows. For general Kubernetes, CI/CD, and development workflows, use the OpenShift AI Helpers.
Add the marketplace:
/plugin marketplace add lyarwood/kubevirt-ai-helpers
Install a plugin:
/plugin install kubevirt@kubevirt-ai-helpers
Use the commands:
/kubevirt:review
/kubevirt:lint pkg/virt-controller/watch
/kubevirt:review-ci 12345
/kubevirt:vep-list --release 1.9
This project is modeled after the OpenShift AI Helpers and focuses on KubeVirt-specific workflows.
Use OpenShift AI Helpers for:
/jira:solve, /jira:create/git:commit-suggest, /git:branch-cleanup/ci:trigger-periodic, /prow-job:analyze-test-failure/must-gather:analyze/session:start, /session:resumeUse KubeVirt AI Helpers for:
# Add both marketplaces
/plugin marketplace add openshift-eng/ai-helpers
/plugin marketplace add lyarwood/kubevirt-ai-helpers
# Install plugins from both
/plugin install jira@ai-helpers
/plugin install kubevirt@kubevirt-ai-helpers
# Use commands from both
/jira:solve OCPBUGS-12345 origin
/kubevirt:review
For a complete list of all available plugins and commands, see PLUGINS.md.
The CI analysis commands (/kubevirt:ci-*) require the healthcheck CLI tool:
# Clone and build healthcheck
git clone https://github.com/lyarwood/healthcheck.git
cd healthcheck
go build
sudo mv healthcheck /usr/local/bin/
# Verify installation
healthcheck --help
The healthcheck tool provides:
These commands are also available as Ambient Code Platform workflows. When creating an Ambient session, attach a workflow from this repository:
workflow_git_url: https://github.com/lyarwood/kubevirt-ai-helpers.git
workflow_path: workflows/kubevirt-review
workflow_branch: main
Available workflows: kubevirt-review, kubevirt-lint, kubevirt-review-ci, kubevirt-vep-list, kubevirt-vep-summary, kubevirt-vep-groom, kubevirt-ci-lane, kubevirt-ci-health, kubevirt-ci-search, kubevirt-ci-triage, kubevirt-ci-report.
See workflows/README.md for details.
Want to contribute or create your own plugins? Check out the plugins/ directory for examples.
Make sure your commands and agents follow the conventions for the Sections structure presented in the hello-world reference implementation plugin (see hello-world:echo for an example).
Plugins, commands, skills, and hooks must NEVER reference real people by name, even as stylistic examples (e.g., "in the style of ").
Ethical rationale:
Instead, describe specific qualities explicitly
Good examples:
npx claudepluginhub lyarwood/kubevirt-ai-helpers --plugin kubevirtA hello world plugin
Kubernetes and OpenShift node health monitoring and diagnostics
Kubernetes cluster efficiency analysis: resource utilization, Karpenter, OOM, workloads
Kubernetes manifest validation and best practices
Kubernetes and Helm operations - deployments, charts, releases, diagnostics
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.