logics-changelog-curator/SKILL.md
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.
npx skillsauth add alexago83/cdx-logics-kit logics-changelog-curatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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>.mdlogics-version-release-manager for tag and GitHub release publicationpython logics/skills/logics-changelog-curator/scripts/curate_changelog.py --in logics/RELEASE_NOTES.md --out logics/CHANGELOG.md
The curation script stays deterministic. When you want a bounded wording review after generation, use:
python logics/skills/logics.py flow assist summarize-changelog --format json
data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.