Подготовка черновика релиза на GitHub

documentation

draft-release is a Claude Code skill that creates an unpublished GitHub release draft for the next obot minor version by analyzing git commit history since the previous release. It auto-detects the diff baseline (latest non-pre-release tag) and a style reference (latest vX.Y.0 tag), confirms both with the user, then builds structured release notes: an opening paragraph, a Big Updates section with 3–6 named subsections, optional Improvements, Upgrade Notes, and a What's Changed list sourced from the GitHub API. The release is always created with --draft; the skill never publishes it, never runs git tag, and never pushes tags. Ideal for obot maintainers who need to prepare release notes safely before manual review and publication.