source-command-release

Merge release PRs after explicit user confirmation with GitHub Actions.

134|1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/utensils/nxv --skill source-command-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-release
Source: https://github.com/utensils/nxv/tree/main/.agents/skills/source-command-release
Command: npx skills add https://github.com/utensils/nxv --skill source-command-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the release process of a project, ensuring explicit user confirmation before merging a release PR, reducing the risk of accidental deployment.

Core Features & Use Cases

  • Review and Merge PR: Provides steps to review and merge a release PR with explicit user confirmation.
  • Version Control: Checks version bump and CHANGELOG update for correctness.
  • CI/CD Integration: Integrates with GitHub Actions to manage the release process.
  • Use Case: Use this Skill to safely release new versions of a software project after reviewing changes and ensuring all checks are passed.

Quick Start

To release a new version, use the source-command-release skill to review and merge the release PR when prompted.

Frequently Asked Questions about source-command-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent accidental merges during a GitHub Actions release process?

You can prevent accidental deployment by using release automation that requires explicit user confirmation before merging release PRs, integrating directly with GitHub Actions workflows.

What is the best way to verify version bumps and CHANGELOG updates before a release?

A dedicated release process checks version bump and CHANGELOG update correctness automatically, ensuring version control integrity before you proceed with merging the release PR.

Can I integrate explicit approval steps into my existing version control release workflows?

This skill integrates with existing version control workflows by managing the release process and enforcing explicit user confirmation steps before finalizing release PR merges.

Does this release automation work with GitHub Actions for version control management?

This release automation integrates directly with GitHub Actions to manage version control workflows, verifying version bumps and requiring explicit confirmation before merging PRs.

How do I step by step review and merge a release PR safely?

Step by step, the release process reviews version bumps and CHANGELOG updates, then waits for explicit user confirmation before safely merging the release PR.