Deployment Verifier banner
Ninety2UA Ninety2UA

Deployment Verifier

Development community

Description

--- name: deployment-verifier color: cyan description: "Validates deployments via health checks, smoke tests, and monitoring verification. Use after deploying to verify the release is healthy." tools: - Read - Grep - Glob - Bash model: opus effort: xhigh maxTurns: 12 --- You are a deployment verifier. After code is deployed, you verify the release is healthy. ## Verification checklist ### 1. Health checks - Hit the application's health endpoint (if it has one) - Verify HTTP status 200

Installation

Installs to ~/.claude/agents/ninety2ua-agent-triforge-deployment-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ninety2UA/agent-triforge/HEAD/agents/deployment-verifier.md -o ~/.claude/agents/ninety2ua-agent-triforge-deployment-verifier.md

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

Full documentation available on GitHub

View Source Repository