This walks you through deploying and troubleshooting apps on Eve's staging infrastructure using their CLI. You get the full deploy flow (create env, push with SHA refs, poll pipeline runs), a three-terminal debugging setup for watching jobs in real time, and structured diagnostics when things break. The infrastructure change policy is clear: never touch kubectl or helm directly, everything goes through Terraform and the Eve CLI. Most useful when a deploy hangs or fails and you need to know whether it's a blocked job, a missing secret, a registry auth issue, or just waiting on a health check. The custom domain ownership model and cost sentinel alerts are nice touches for multi-environment projects.
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-deploy-debugging