Run Full Release

🌐Community
by terrylica · vlatest · Repository

This skill automates a complete software release process, streamlining deployments and minimizing manual intervention for faster updates.

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 run-full-release npx -- -y @trustedskills/run-full-release
2

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

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

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

About This Skill

What it does

The run-full-release skill automates a complete software release process. It handles building, testing, and deploying an application to production environments, ensuring consistency and reducing manual errors. This includes tasks like version bumping, artifact creation, automated tests execution, and deployment to staging/production servers.

When to use it

  • Automating repetitive deployments: When your team spends significant time manually performing release steps.
  • Ensuring consistent releases: To guarantee that every release follows the same process, minimizing inconsistencies and potential errors.
  • Reducing deployment risk: By automating testing and validation stages before production deployment.
  • Accelerating release cycles: Streamlining the release pipeline to deliver updates more frequently.

Key capabilities

  • Build artifact creation
  • Automated test execution
  • Version bumping
  • Deployment to staging environments
  • Production deployment

Example prompts

  • "Run a full release for project 'Phoenix' using the latest commit."
  • "Initiate a full release, including all automated tests, for version 1.2.3 of 'Hydra'."
  • "Deploy the built artifact to the production environment after successful staging deployment."

Tips & gotchas

This skill requires proper configuration of build tools, testing frameworks, and deployment infrastructure beforehand. Ensure your CI/CD pipeline is set up correctly before using this skill for full automation.

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
terrylica
Installs
13

🌐 Community

Passed automated security scans.