grzmol

Vf Deploy — DevOps skill for Claude Code

DevOps community

Production-safe Salesforce deploy - require a green local gate, run a check-only validation, show the job id and test summary, and deploy the validated job only after explicit confirmation.

How to install Vf Deploy

Installs to ~/.claude/skills/grzmol-vibe-force-vf-deploy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grzmol-vibe-force-vf-deploy && curl -fsSL https://raw.githubusercontent.com/grzmol/vibe-force/HEAD/commands/vf-deploy.md -o ~/.claude/skills/grzmol-vibe-force-vf-deploy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Vf Deploy does


description: Production-safe Salesforce deploy - require a green local gate, run a check-only validation, show the job id and test summary, and deploy the validated job only after explicit confirmation. argument-hint: "[target-org]" allowed-tools: Read, Grep, Glob, Bash(node:*), Bash(sf org display:*), Bash(sf project deploy report:*), Task disable-model-invocation: true

vf-deploy - validated deploy with a confirmation stop

Raw arguments: `$ARGUMENTS`

`ALIAS` = the first argument, o

Alternatives in DevOps

  • 16 Testing — Prompt 16: Add Test Infrastructure & Smoke Tests 2.3k ★
  • Deploy Status — SSH to 2anki.net, show pm2 status and recent server log tail 324 ★
  • Unifly Status — Quick health check of UniFi infrastructure 248 ★

Full documentation available on GitHub

View Source Repository