claudeindex
Plugin

deploy-verify

Post-deploy runtime verification: proves a shipped change actually works in the running environment, not just that the pipeline went green. The pass: - Rollback criteria written BEFORE looking — no rationalizing sick numbers - Confirm the deployed version actually contains the change - Baseline health: endpoints, error rate, latency vs. pre-deploy - Smoke the changed behavior itself with runnable, repeatable probes - Blast-radius scan: new log signatures, consumers of changed contracts Verdict: HEALTHY / DEGRADED / ROLL BACK with evidence. Probes only — never redeploys, restarts, or rolls back on its own.

Installation

1

Add the marketplace

/plugin marketplace add senigami/skill-arsenal
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.