logics-version-changelog-manager/SKILL.md
Generate versioned release changelogs for the kit under `changelogs/CHANGELOGS_<version>.md` from git history. Use when preparing or refreshing a release changelog before publishing a tag or GitHub release.
npx skillsauth add alexago83/cdx-logics-kit logics-version-changelog-managerInstall 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.
Use this skill when the kit needs a new changelog entry for a released or upcoming version.
The canonical kit version lives in VERSION.
Versioned release notes live in changelogs/.
python logics-version-changelog-manager/scripts/generate_version_changelog.py
python logics-version-changelog-manager/scripts/generate_version_changelog.py \
--version 1.0.1 \
--previous-tag v1.0.0
Keep the deterministic script as the source of truth for the file generation, then use the shared hybrid assist runtime to review the result:
python logics/skills/logics.py flow assist summarize-changelog --format json
python logics/skills/logics.py flow assist release-changelog-status --format json
changelogs/CHANGELOGS_<version>.md.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.