Release Please Pr Workflow

🌐Community
by laurigates · vlatest · Repository

Automates PR merging and release workflows, streamlining deployments based on LaurieGates' defined rules and approvals.

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 release-please-pr-workflow npx -- -y @trustedskills/release-please-pr-workflow
2

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

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

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

About This Skill

What it does

This skill automates the process of creating and merging pull requests for software releases. It analyzes commit messages to determine version numbers, generates release notes based on those commits, and then creates a new branch with updated files ready for review and merge. This streamlines the release workflow by reducing manual effort and potential errors.

When to use it

  • You're managing a project with frequent software releases and want to automate the pull request creation process.
  • Your team follows semantic versioning (e.g., feat: add new feature or fix: resolve bug).
  • You need to generate release notes automatically based on commit messages.
  • You're looking for a way to standardize your release workflow and reduce the risk of human error.

Key capabilities

  • Analyzes commit messages to determine version numbers.
  • Generates release notes from commit messages.
  • Creates new branches for releases.
  • Automatically creates pull requests based on generated changes.

Example prompts

  • "Create a release PR."
  • "Generate a release branch and pull request for the latest commits."
  • "Prepare a release with version number X.Y.Z from current state."

Tips & gotchas

  • Requires a project using semantic versioning commit messages to function correctly.
  • Ensure your repository is properly configured with appropriate access permissions for automated branch creation and pull request generation.

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
laurigates
Installs
4

🌐 Community

Passed automated security scans.