barkleesanders

Deployment Verification Agent — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

Use this agent when a PR touches production data, migrations, or any behavior that could silently discard or duplicate records.

How to install Deployment Verification Agent

Installs to ~/.claude/agents/barkleesanders-claude-code-starter-deployment-verification-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/barkleesanders/claude-code-starter/HEAD/agents/deployment-verification-agent.md -o ~/.claude/agents/barkleesanders-claude-code-starter-deployment-verification-agent.md

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

What Deployment Verification Agent does


name: deployment-verification-agent description: "Use this agent when a PR touches production data, migrations, or any behavior that could silently discard or duplicate records. Produces a concrete pre/post-deploy checklist with SQL verification queries, rollback procedures, and monitoring plans. Essential for risky data changes where you need a Go/No-Go decision. Context: The user has a PR that modifies how emails are classified. user: \"This PR changes the classification logic, ca

Alternatives in DevOps & Infrastructure

  • Claude Code Subagents By 0xfurai — Production-ready collection of 100+ specialized subagents covering programming languages, frameworks, database 786 ★
  • Deployment Expert — Specializes in Vercel deployment strategies, CI/CD pipelines, preview URLs, production promotions, rollbacks 263 ★
  • Shep Port Extractor — Fixes the 'application layer imports from infrastructure' violation 247 ★

Full documentation available on GitHub

View Source Repository