Cut a release by detecting the project's versioning context, generating a changelog, bumping versions, and tagging. Works across any repo by reading context from git history and project structure rather than hardcoding assumptions.
Before starting, read .agents/release.override.skill.md if it exists. This is a freeform markdown file authored by the project owner whose instructions layer on top of this skill — its contents take precedence where they conflict. It can narrow defaults, specify version file locations, set tag formats, add pre/post-release steps, or anything else.
Infer the project's release conventions from what already exists. Do all of these checks up front before proposing anything to the user.
Вырежьте выпуск — определите контекст управления версиями, создайте журнал изменений на основе обычных коммитов, поднимите версии и создайте тег git. Используйте, когда пользователь говорит «выпустить», «вырезать выпуск», «отметить выпуск», «улучшить версию», «создать журнал изменений» или любой другой вариант доставки/публикации версии. Этот навык намеренно является универсальным и работает в любом репозитории — он выводит контекст из истории git и структуры проекта, а не предполагает конкретную настройку. Источник: cristoslc/swain.