Sentry Prod Checklist

🌐Community
by jeremylongshore · vlatest · Repository

This Sentry Prod Checklist ensures consistent and thorough deployments by providing a structured verification process, minimizing errors & improving reliability.

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 sentry-prod-checklist npx -- -y @trustedskills/sentry-prod-checklist
2

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

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

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

About This Skill

What it does

This skill automates the process of verifying a production deployment against a predefined checklist. It ensures critical steps are completed before releasing code, reducing errors and improving overall stability. The checklist includes items like database migrations, environment variable validation, and security scans. This promotes consistency and reduces manual oversight in release workflows.

When to use it

  • Before deploying new features or bug fixes to production environments.
  • When onboarding new engineers to a team and ensuring they follow standard deployment procedures.
  • To audit existing deployments and identify potential gaps in the checklist.
  • As part of an automated CI/CD pipeline for consistent release validation.

Key capabilities

  • Checklist execution
  • Environment variable validation
  • Database migration verification
  • Security scan integration (implied)

Example prompts

  • "Run the production deployment checklist."
  • "Verify environment variables before deploying to production."
  • "Execute the database migration steps for release v1.2.3."

Tips & gotchas

The skill's effectiveness relies on a well-defined and up-to-date production deployment checklist. Ensure the checklist accurately reflects your team’s processes and is regularly reviewed.

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
jeremylongshore
Installs
8

🌐 Community

Passed automated security scans.