Release
Automates deployments to various environments, streamlining releases and reducing manual errors for faster software delivery.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add max-sixty-release npx -- -y @trustedskills/max-sixty-release
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"max-sixty-release": {
"command": "npx",
"args": [
"-y",
"@trustedskills/max-sixty-release"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The max-sixty-release skill enables AI agents to trigger deployment workflows directly within the Worktrunk environment. It automates the process of pushing code changes from a repository to production or staging environments based on defined triggers and configurations.
When to use it
- Automate deployments immediately after successful CI pipeline runs.
- Trigger releases when specific branches are merged into main or develop.
- Deploy updates to multiple environments (e.g., staging, prod) with one command.
- Schedule recurring release tasks for maintenance windows.
Key capabilities
- Connects directly to Worktrunk deployment pipelines.
- Supports environment-specific configuration targeting.
- Integrates with Git hooks and webhook events.
- Provides status updates on release progress.
Example prompts
- "Deploy the latest changes from the 'feature/auth' branch to the staging environment."
- "Trigger a production release after verifying all tests pass in the CI pipeline."
- "Schedule a maintenance release for this weekend at 2 AM UTC."
Tips & gotchas
Ensure your Worktrunk account has appropriate permissions before enabling automated releases. Always validate that your .worktrunk.yml configuration file is correctly formatted to avoid failed deployments.
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.