gvm-deploy

Automate release preparation by checking reviews, documentation, and versioning before creating git tags.

5|Updated May 4, 2026
One-click install
npx skills add https://github.com/gerquinn1978/gvm --skill gvm-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gvm-deploy
Source: https://github.com/gerquinn1978/gvm/tree/main/grounded-vibe-methodology/skills/gvm-deploy
Command: npx skills add https://github.com/gerquinn1978/gvm --skill gvm-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the release preparation process by automating version bumping, documentation accuracy checking, release notes generation, and creating git tags, providing a structured approach to software release management without executing deployment.

Core Features & Use Cases

  • Release Preparation: Automates tasks like version bump, release notes generation, documentation check, and git tagging.
  • Quality Assurance: Checks for review verdicts, ensures documentation accuracy, and validates the release status.
  • Version Management: Manages version increments using semantic versioning (SemVer) and creates annotated git tags.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically prepare release-ready artifacts for your software, ensuring that all prerequisites are met before pushing to production.

Quick Start

Run the 'gvm-deploy' command to begin the release preparation process.

Frequently Asked Questions about gvm-deploy

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

FAQPage Schema
How do I automate version bumping and git tagging for software release preparation?

To automate release preparation, this Skill executes checks for documentation accuracy and review verdicts, then performs version bumping and creates annotated git tags using semantic versioning.

What quality assurance checks are needed before creating a release tag in a CI/CD pipeline?

Quality assurance checks for release tags validate review verdicts, ensure documentation accuracy, and confirm overall release readiness. These automated checks prevent incomplete or unreviewed code from progressing to the final release stage.

Does gvm-deploy execute deployments or just prepare release-ready artifacts?

gvm-deploy strictly prepares release-ready artifacts and does not execute deployment. It automates version management, generates release notes, and creates git tags, leaving the actual deployment to your separate pipeline configuration.

Can I use this release management automation with my existing git repository and review artifacts?

Yes, this release management automation requires access to your git repository and review process artifacts. It uses these inputs to validate review outcomes and documentation accuracy before applying semantic version increments.

What are the limitations of automating version management without executing deployment?

The limitation of automating version management without deployment is that you must configure a separate CI/CD pipeline stage to push the created git tags and release artifacts to your production environment.