Command
Analyze divergence between KServe forks to find merge issues, missing syncs, or botched cherry-picks.
Command
Analyze divergence between KServe forks to find merge issues, missing syncs, or botched cherry-picks.
Command
Find missing cherry-picks between KServe forks by comparing commits.
Command
Debug failing E2E tests by analyzing cluster state, logs, and test output.
Command
Search all KServe forks for existing fixes to a JIRA issue or bug description.
Command
List and briefly summarize all JIRA issues assigned to me.
Command
Deep investigation of a JIRA issue to find existing work and related context across all KServe forks.
Command
Start working on a JIRA issue in the current worktree. This is the entry point for a new Cursor session created by setup-worktree.sh.
Command
Look up a JIRA issue and find related PRs across all KServe forks.
Command
Determine the correct target fork and base branch for a proposed change.
Command
Integrate Claude with Jira CVEs issues, this command would be able to generate reports, fix issues, and auto close issues that are false-positive.
Command
Spin off unrelated changes into a separate PR without disturbing current work.
Cursor rule
Distinguish between KServe and odh-model-controller responsibilities.
Cursor rule
ODH two-tier fork hierarchy and branch targeting rules.
Cursor rule
Repository-specific fork details.
Cursor rule
Cursor rule "git-workflow" from jlost/kserve-prompts, covering git workflow, commit signing requirements, commit message conventions, type prefixes and optional scope.
Cursor rule
When to use the model serving release workflow (RHOAI inclusion, code freezes, CVE process).
Cursor rule
TDD is the preferred approach for bug fixes and feature development. Write tests first, then implement.
Cursor rule
Always prefer the MCP tools to run unit tests.
Skill Claude CodeCodex
Set up development environments for KServe. Use when setting up Kind or CRC clusters, running E2E tests, starting devspace, or deploying local code changes.
Skill Claude CodeCodex
Diagnose errors in all failed Prow CI jobs for a given GitHub PR. Use when the user shares a PR URL and asks to check CI logs, investigate test failures, or understand why CI is failing.
Skill Claude CodeCodex
RHOAI Model Serving release and process workflows. Use when the user asks how to get a change into RHOAI, code freezes, CVE process, or which repo/branch to use for a new feature (upstream vs ODH vs odh-model-controller).