# Logics Changelog Curator

> Curate user-facing project changelog entries from Logics release notes or completed tasks. Use when Codex should turn `logics/RELEASE_NOTES.md` into a cleaner project-level `logics/CHANGELOG.md` and remove internal references/noise. Use when this capability is needed.

- Skill: `tomevault-io/logics-changelog-curator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/logics-changelog-curator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/logics-changelog-curator/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/logics-changelog-curator

---


# Changelog curation

This skill is for project repositories importing the kit under `logics/skills/`.

It is not the canonical release workflow for the kit repository itself.
For kit releases, use:

- `logics-version-changelog-manager` for `VERSION` + `changelogs/CHANGELOGS_<version>.md`
- `logics-version-release-manager` for tag and GitHub release publication

## Generate from release notes

```bash
python logics/skills/logics-changelog-curator/scripts/curate_changelog.py --in logics/RELEASE_NOTES.md --out logics/CHANGELOG.md
```

## Review with the shared AI runtime

The curation script stays deterministic. When you want a bounded wording review after generation, use:

```bash
python logics/skills/logics.py flow assist summarize-changelog --format json
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

