Qe Release
Qe Release automates deployment of QE test results to designated environments, streamlining verification and accelerating feedback loops.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add qe-release npx -- -y @trustedskills/qe-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"qe-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/qe-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The qe-release skill automates software release processes, handling tasks like version bumping, tag creation, and deployment to staging or production environments. It streamlines releases by reducing manual steps and potential errors associated with traditional methods. This skill aims to improve the speed and reliability of your software delivery pipeline.
When to use it
- Automating a new feature release to a staging environment for testing.
- Triggering a full production deployment after successful completion of automated tests.
- Creating versioned releases based on Git tags (e.g., v1.2.3).
- Managing the promotion of builds across different environments (dev, staging, prod).
Key capabilities
- Version bumping (semantic versioning)
- Git tag creation
- Deployment to specified environments (staging, production)
Example prompts
- "Release version 1.2.3 to the staging environment."
- "Create a Git tag for the latest commit and deploy to production."
- "Bump the patch version and release to staging."
Tips & gotchas
The skill requires appropriate permissions within your repository and deployment environments. Ensure that the AI agent has access to perform these actions safely and effectively.
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.