Overview
- Skill Key
- alirezarezvani/release-manager
- Author
- alirezarezvani
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/alirezarezvani/release-manager
- Latest Commit SHA
- 48e11dcafc406c16b19b7f04202c94dd0873fa17
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 release-manager 技能。 若已安装,则直接安装 release-manager 技能。
# Release Manager **Tier:** POWERFUL **Category:** Engineering **Domain:** Software Release Management & DevOps ## Overview The Release Manager skill provides comprehensive tools and knowledge for managing software releases end-to-end. From parsing conventional commits to generating changelogs, determining version bumps, and orchestrating release processes, this skill ensures reliable, predictable, and well-documented software releases. ## Core Capabilities - **Automated Changelog Generation** from git history using conventional commits - **Semantic Version Bumping** based on commit analysis and breaking changes - **Release Readiness Assessment** with comprehensive checklists and validation - **Release Planning & Coordination** with stakeholder communication templates - **Rollback Planning** with automated recovery procedures - **Hotfix Management** for emergency releases - **Feature Flag Integration** for progressive rollouts ## Key Components ### Scripts 1. **changelog_generator.py** - Parses git logs and generates structured changelogs 2. **version_bumper.py** - Determines correct version bumps from conventional commits 3. **release_planner.py** - Assesses release readiness and generates coordination plans ### Documentation - Comprehensive release management methodology - Conventional commits specification and examples - Release workflow comparisons (Git Flow, Trunk-based, GitHub Flow) - Hotfix procedures and emergency response protocols ## Release Management Methodology ### Semantic Versioning (SemVer) Semantic Versioning follows the MAJOR.MINOR.PATCH format where: - **MAJOR** version when you make incompatible API changes - **MINOR** version when you add functionality in a backwards compatible manner - **PATCH** version when you make backwards compatible bug fixes #### Pre-release Versions Pre-release versions are denoted by appending a hyphen and identifiers: - `1.0.0-alpha.1` - Alpha releases for early testing - `1.0.0-beta.2` - Beta rel...
# Release Manager A comprehensive release management toolkit for automating changelog generation, version bumping, and release planning based on conventional commits and industry best practices. ## Overview The Release Manager skill provides three powerful Python scripts and comprehensive documentation for managing software releases: 1. **changelog_generator.py** - Generate structured changelogs from git history 2. **version_bumper.py** - Determine correct semantic version bumps 3. **release_planner.py** - Assess release readiness and generate coordination plans ## Quick Start ### Prerequisites - Python 3.7+ - Git repository with conventional commit messages - No external dependencies required (uses only Python standard library) ### Basic Usage ```bash # Generate changelog from recent commits git log --oneline --since="1 month ago" | python changelog_generator.py # Determine version bump from commits since last tag git log --oneline $(git describe --tags --abbrev=0)..HEAD | python version_bumper.py -c "1.2.3" # Assess release readiness python release_planner.py --input assets/sample_release_plan.json ``` ## Scripts Reference ### changelog_generator.py Parses conventional commits and generates structured changelogs in multiple formats. **Input Options:** - Git log text (oneline or full format) - JSON array of commits - Stdin or file input **Output Formats:** - Markdown (Keep a Changelog format) - JSON structured data - Both with release statistics ```bash # From git log (recommended) git log --oneline --since="last release" | python changelog_generator.py \ --version "2.1.0" \ --date "2024-01-15" \ --base-url "https://github.com/yourorg/yourrepo" # From JSON file python changelog_generator.py \ --input assets/sample_commits.json \ --input-format json \ --format both \ --summary # With custom output git log --format="%h %s" v1.0.0..HEAD | python changelog_generator.py \ --version "1.1.0" \ --output CHANGELOG_DRAFT.md ``` **Featu...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.