Other

/deploy-verify

Verify deployed infra after merge/restart. Triggers: PR merged, deployed, daemon/MCP restart, live probe.

$ golems-cli skills install deploy-verify
100% best pass rate
20 assertions
5 evals

Updated 2 weeks ago

A merged PR is not a deployed system. Verify the runtime, or do not claim the deploy is done.

When to Use

  • After any infra PR merges
  • When a worker, collab entry, or review comment says "deployed", "restarted", or "now running"
  • Before closing a pane, removing a worktree, or telling the user a runtime fix shipped
  • For LaunchAgents, daemons, CLI tools, MCP servers, and app bundles whose merged code must be reflected in a live artifact

Infra PRs include:

  • LaunchAgent plist changes
  • daemon or socket server changes
  • CLI binary changes
  • MCP server changes
  • app bundle or build-stamp changes

Composition

This skill composes directly with:

  • /never-fabricate
  • /post-merge-deploy-check

/post-merge-deploy-check proves merged-PR metadata, registry state, bundle provenance, and canonical-path/process drift. This skill is the agent-side workflow that decides when to run that script, what additional runtime checks must be collected, and when "done" is still unverified.

The Rule

After an infra PR merges, do not claim deployed until all four verification steps pass.

Required sequence:

  1. process replacement
  2. launchctl print status
  3. build-stamp match
  4. end-to-end live probe

If any step fails, the verdict is NOT DEPLOYED. Fix the deploy or open a fix PR. Do not narrate success.