Checking Deploy

🌐Community
by alexei-led · vlatest · Repository

Verifies deployment status across environments using Alexei-Led's checking-deploy skill, reporting success or failure with details.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add checking-deploy npx -- -y @trustedskills/checking-deploy
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "checking-deploy": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/checking-deploy"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The checking-deploy skill automates deployment checks. It verifies that deployments are successful and provides feedback on potential issues before they impact users. This includes checking for errors during the deployment process and validating the deployed application's functionality.

When to use it

  • Automated Release Pipelines: Integrate into CI/CD pipelines to automatically verify deployments.
  • Pre-Production Environments: Run checks in staging or pre-production environments before pushing changes to production.
  • Rollback Scenarios: Quickly assess the impact of a failed deployment and trigger rollbacks if necessary.
  • Monitoring Deployment Health: Continuously monitor deployed applications for errors and performance degradation.

Key capabilities

  • Automated deployment verification
  • Error detection during deployment
  • Application functionality validation
  • Feedback on potential issues

Example prompts

  • "Check the deployment of version 1.2.3 to staging."
  • "Run a full health check after the latest deployment."
  • "Verify that all core services are running correctly after the update."

Tips & gotchas

The skill requires access to your deployment environment and application logs for proper verification. Ensure appropriate permissions are configured before use.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alexei-led
Installs
3

🌐 Community

Passed automated security scans.