deployment-git

Coordinate Git workflows and PyPI publishing for Python SDK releases.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/aliciapls/ML-Week-2---Healthcare --skill deployment-git-aliciapls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-git
Source: https://github.com/aliciapls/ML-Week-2---Healthcare/tree/main/.claude/skills/10-deployment-git
Command: npx skills add https://github.com/aliciapls/ML-Week-2---Healthcare --skill deployment-git-aliciapls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from SDK release management by organizing Git branching, version updates, publishing steps, and release coordination into a reliable workflow.

Core Features & Use Cases

  • Release Planning: Align version bumps, changelog updates, and branch strategy before shipping.
  • Publishing Guidance: Support PyPI release order, TestPyPI validation, and GitHub release creation.
  • Workflow Governance: Apply safe conventions for feature branches, protected main branches, and tag-driven releases.
  • Use Case: A developer preparing a new SDK version can use this Skill to verify version consistency, choose the correct release branch, and follow a clean publish sequence without missing critical checks.

Quick Start

Use the deployment-git skill to review the repository's release workflow, identify the next safe publishing steps, and draft a concise checklist for versioning, validation, and Git tagging.

Frequently Asked Questions about deployment-git

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

FAQPage Schema
How do I coordinate a PyPI release with Git branching and version bumps?

Git workflow governance applies safe conventions for feature branches, protected main branches, and tag-driven releases. You use these conventions to validate pre-release checks, maintain dependency-order publishing, and ensure safe handling of protected branches and release tags.

What's the best way to validate a Python SDK release before publishing to PyPI?

CI/CD release automation for a Python SDK streamlines publishing guidance by applying version consistency checks and dependency-order publishing. You use it to automate TestPyPI validation, GitHub release creation, and safe handling of release tags across protected branches.

How do I manage Git release tags and protected branches during a version bump?

Managing Git release tags and protected branches during a version bump requires tag-driven releases and safe handling conventions. You apply workflow governance to ensure version consistency and prevent unauthorized changes to the protected main branch.

Can I use CI/CD release automation to handle changelog updates and GitHub release creation?

CI/CD release automation can handle changelog updates and GitHub release creation by streamlining SDK release coordination. You apply it to automate the publish sequence, verify version consistency, and manage tag-driven releases safely.