Deployment Verification
Automates post-deployment checks against defined criteria to ensure application functionality and stability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add deployment-verification npx -- -y @trustedskills/deployment-verification
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"deployment-verification": {
"command": "npx",
"args": [
"-y",
"@trustedskills/deployment-verification"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates verification of deployments to ensure they meet predefined criteria. It can check for expected services running, correct versions deployed, and validate basic functionality after a deployment is complete. The tool aims to reduce manual verification steps and improve overall deployment reliability by automating checks against established standards.
When to use it
- After deploying a new version of an application to production.
- When validating infrastructure changes following an automated rollout.
- To confirm that critical services are running as expected after a server migration.
- During the implementation of continuous delivery pipelines, providing automated feedback on deployment success.
Key capabilities
- Automated verification checks
- Predefined criteria validation
- Service status monitoring
- Version confirmation
Example prompts
- "Verify the latest deployment to production."
- "Check if service 'payment-processor' is running version 1.2.3."
- "Validate that all required database migrations have completed successfully after the deployment."
Tips & gotchas
The skill requires access to deployment logs and system metrics for effective verification. Ensure appropriate permissions are configured for the AI agent to perform these checks.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.