deployment-git

Automate Kailash Python SDK releases across PyPI, CI/CD, and Git workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SDK release management for the Kailash Python SDK is fragmented across versioning, packaging, CI/CD, documentation deployment, and Git workflows; this skill provides a unified set of patterns and runbooks to streamline and automate these processes.

Core Features & Use Cases

  • SDK Release Lifecycle: Onboarding, multi-package coordination, changelog management, and version pinning across kailash, kailash-dataflow, kailash-nexus, kailash-kaizen.
  • CI/CD & Documentation: GitHub Actions pipelines, multi-platform builds, test matrices, and automated documentation deployment.
  • Git Workflow Patterns: Branching strategies, tagging conventions, and release runbooks for predictable releases.
  • Operational Guidance: Readme-ready runbooks, upgrade notes, and security checks.

Quick Start

Initiate a release by bumping the version, building wheels, validating artifacts on TestPyPI, and publishing to production.

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 SDK release management across multiple packages?

Automate Python SDK release management by applying structured runbooks for multi-package coordination, version consistency, and dependency pinning across core and framework packages to ensure predictable deployments.

What's the best way to coordinate version bumps and changelog management for a multi-package Python SDK?

Coordinate version bumps and changelogs using Git workflow patterns that enforce version consistency and dependency pinning across interdependent packages during the release lifecycle.

How do I publish a Python package to PyPI using a CI/CD pipeline?

Publish to PyPI by building wheels, validating artifacts on TestPyPI, and deploying to production through GitHub Actions pipelines that support multi-platform builds and test matrices.

Can I use GitHub Actions for automated documentation deployment alongside Python SDK releases?

Yes, GitHub Actions supports automated documentation deployment alongside SDK releases by integrating multi-platform build pipelines, test matrices, and structured release runbooks.

What Git branching strategies and tagging conventions should I use for SDK releases?

Use Git workflow patterns with defined branching strategies and tagging conventions to create predictable release runbooks, ensuring structured version control across multi-package deployments.

Does this release workflow support security reviews and upgrade notes for Python packages?

Yes, the release workflow integrates security checks, generates upgrade notes, and provides readme-ready operational runbooks to ensure safe and documented Python package deployments.