From guidewire-pack
Deploys Guidewire integrations to Cloud Platform: builds config packages with Gradle, uploads to GCC Deployments, promotes via dev/staging/prod slots for zero-downtime releases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/guidewire-pack:guidewire-deploy-integrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deploy via GCC: build configuration package with gradle, upload to GCC > Deployments, promote through environments (dev > staging > prod). Use deployment slots for zero-downtime releases. Rollback via GCC if issues detected.
Deploy via GCC: build configuration package with gradle, upload to GCC > Deployments, promote through environments (dev > staging > prod). Use deployment slots for zero-downtime releases. Rollback via GCC if issues detected.
For detailed implementation, see: implementation guide
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin guidewire-packConfigures Guidewire CI/CD pipelines with Gradle Gosu compilation, GUnit tests, config builds, and GCC API deployments for GitHub Actions or Jenkins.
Enforces a gated deployment pipeline with sequential checks: secrets, security, syntax, tests, i18n, build, and smoke. Use for setup, gate execution, or rollback.
Deploys Apollo.io integrations to production on Vercel, GCP Cloud Run, or Kubernetes using Node.js with health checks, Docker, and secret management.