← Browse

@jeremylongshore/coreweave-prod-checklist

A

'Production readiness checklist for CoreWeave GPU workloads.

skillclaude

Install

agr install @jeremylongshore/coreweave-prod-checklist --target claude

Writes 1 file into .claude/skills/, pinned to git-921a8fcb.

  • .claude/skills/coreweave-prod-checklist/SKILL.md

Document


name: coreweave-prod-checklist description: 'Production readiness checklist for CoreWeave GPU workloads.

Use when launching inference services, preparing GPU training for production,

or validating deployment configurations.

Trigger with phrases like "coreweave production", "coreweave go-live",

"coreweave checklist", "coreweave launch".

' allowed-tools: Read, Bash(kubectl:*), Grep version: 1.11.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io tags:

  • saas
  • gpu-cloud
  • kubernetes
  • inference
  • coreweave compatibility: Designed for Claude Code

CoreWeave Production Checklist

Community-contributed. Not affiliated with, endorsed by, or sponsored by CoreWeave, Inc. CoreWeave is a registered trademark of CoreWeave, Inc.

Inference Services

  • GPU type and count validated for model size
  • Autoscaling configured (KServe or HPA)
  • Health and readiness probes set
  • Resource requests AND limits specified
  • Node affinity targeting correct GPU class
  • minReplicas >= 1 for production (no cold starts)

Storage

  • Model weights in PVC (not downloaded at startup)
  • Checkpoints saved to persistent storage
  • Storage class appropriate (SSD for inference, HDD for archival)

Security

  • Secrets for model tokens and registry access
  • Network policies applied
  • Container images from trusted registries

Monitoring

  • GPU utilization metrics collected
  • Inference latency and throughput tracked
  • Alert on pod restarts and OOM events
  • Log aggregation configured

Rollback

kubectl rollout undo deployment/my-inference
kubectl rollout status deployment/my-inference

Resources

Next Steps

For upgrades, see coreweave-upgrade-migration.

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-921a8fcb05b32026-07-31