agentsclimarketplace

Changelog bot

Skill skyswordw/skillport/examples/after/changelog-bot

Summarize recent git history into a changelog entry. Use when the user wants a changelog generated from recent commits; pass the target version as the first argument to the helper script.From its SKILL.md

Install
npx -y skills add skyswordw/skillport --skill changelog-bot

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.7 KB, 109 tokens by cl100k_base, as published. Nobody here has run it

Changelog Bot

  1. Run scripts/recent-commits.sh to capture the last 20 commits.
  2. Summarize them into a "Keep a Changelog" entry for the version the user named.
  3. Append the entry under the matching version heading in CHANGELOG.md.

The helper script keeps git access explicit (a tool the agent runs), instead of relying on Claude-only dynamic injection or argument substitution — so the same skill behaves the same on Claude Code, Codex, and Cursor.

What ships with it: 2 files

367 B alongside SKILL.md, 1 of them executable

agents/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.