CHANGELOG.md по Keep a Changelog из истории коммитов между тегами — Added/Fixed/Changed/Breaking (роль gitflow). Use когда нужно собрать или обновить changelog.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add Vitammiin/agent-vorcl-flow --skill gitflow-changelog --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gitflow Changelog?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vitammiin-gitflow-changelog)More formats (shields.io, HTML) on the badges page.
---
name: gitflow-changelog
description: CHANGELOG.md по Keep a Changelog из истории коммитов между тегами — Added/Fixed/Changed/Breaking (роль gitflow). Use когда нужно собрать или обновить changelog.
---
# Задача: собрать changelog
Собери/обнови `CHANGELOG.md` по истории коммитов (см. `$git-workflow`).
1. Диапазон: последний тег (`git describe --tags --abbrev=0`) → `<tag>..HEAD`; тегов нет — вся история, пометь это.
2. `git log <диапазон> --pretty='%h %s' --no-merges` (+ тела для футеров `BREAKING CHANGE`).
3. Рубрики: `feat` → Added; `fix` → Fixed; `refactor`/`perf` → Changed; `!`/футер → Breaking; при наличии — Deprecated/Removed/Security. `chore`/`ci`/`test` не тащи.
4. Пиши для человека (что изменилось для пользователя), не пересказ коммитов; хаос-сообщения раскрой по diff и пометь допущением.
5. Формат: `## [X.Y.Z] - YYYY-MM-DD`, свежее сверху, `[Unreleased]` для неотрелизенного. Покажи вставленный фрагмент + `git status` (без коммита, если не просили).
Края: пустая история в диапазоне — скажи прямо, не сочиняй.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...