Check Production
This skill verifies if a specified production environment is running correctly, ensuring smooth operations and preventing potential issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add check-production npx -- -y @trustedskills/check-production
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"check-production": {
"command": "npx",
"args": [
"-y",
"@trustedskills/check-production"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to verify if a given URL is part of your production environment. It checks against a predefined list of URLs considered "production," returning a boolean result indicating whether the provided URL matches any of those entries. This helps ensure that actions are performed on intended environments, preventing accidental changes or deployments to staging or development servers.
When to use it
- Automated Deployments: Confirming deployment targets before executing scripts.
- Configuration Checks: Validating configuration files against production URLs.
- Incident Response: Quickly verifying if an issue affects the live environment.
- Testing Environments: Preventing accidental modifications of production systems during testing.
Key capabilities
- URL validation against a predefined list.
- Boolean result (true/false) indicating production status.
- Environment verification.
Example prompts
- "Is
https://www.example.com/checkoutin production?" - "Check if
https://api.example.com/v1/usersis a production URL." - "Verify the production status of
https://blog.example.com."
Tips & gotchas
The skill relies on an internal list of URLs considered "production". Ensure this list is accurate and up-to-date for reliable results.
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.