npx claudepluginhub lyarwood/kubevirt-ai-helpersA hello world plugin
KubeVirt development workflows for code review, PR review, linting, CI analysis, and enhancement proposals (VEPs)
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:
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations