deployment-git

Coordinate PyPI publishing, version bumps, and Git release workflows.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/myeohVmzrka92/disease-risk-controller-S2 --skill deployment-git-myeohvmzrka92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-git
Source: https://github.com/myeohVmzrka92/disease-risk-controller-S2/tree/main/.claude/skills/10-deployment-git
Command: npx skills add https://github.com/myeohVmzrka92/disease-risk-controller-S2 --skill deployment-git-myeohvmzrka92

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction and risk from release operations by turning Git branching, versioning, publishing, and documentation deployment into a repeatable workflow.

Core Features & Use Cases

  • Release Planning: Coordinate version bumps, changelog updates, and release branch strategy before shipping.
  • Publishing Workflow: Guide PyPI or TestPyPI releases, wheel building, CI/CD checks, and GitHub release creation.
  • Git Best Practices: Enforce safe branching, descriptive commits, pull requests, and rollback procedures for production changes.
  • Use Case: A maintainer preparing a new SDK release can use this Skill to validate versions, publish artifacts in the right order, and complete the GitHub release with confidence.

Quick Start

Use the deployment-git skill to prepare a safe release checklist for version 1.2.3, including branch setup, version verification, CI validation, publishing, and rollback steps.

Frequently Asked Questions about deployment-git

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

FAQPage Schema
How do I automate Python package publishing to PyPI using GitHub Actions?

Automate Python package publishing to PyPI by coordinating CI/CD release automation, wheel building, and pre-release validation checks within your GitHub Actions workflow to ensure safe artifact deployment.

What is a safe Git branching strategy for SDK release planning?

A safe Git branching strategy for SDK releases enforces descriptive commits, pull requests, and dedicated release branches to validate version consistency before applying production changes.

How do I manage version bumps and changelog updates for a Python release?

Manage version bumps and changelog updates for a Python release by validating version consistency across dependencies and coordinating dependency-order publishing to maintain strict release guardrails.

Can I rollback a PyPI release if CI validation fails?

Yes, you can rollback a PyPI release if CI validation fails by following predefined rollback procedures that enforce strict guardrails against unsafe Git or credential-handling actions during deployment.

Does this release workflow handle documentation deployment alongside GitHub release coordination?

Yes, this release workflow handles documentation deployment alongside GitHub release coordination by applying strict guardrails to ensure safe, repeatable publishing and version consistency for Python packages.