agentsclimarketplace

Changelog bot

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

Static cross-agent portability linter for agent skills — will your SKILL.md work on Claude Code, Codex, and Cursor?

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.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

0.7 KB, 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.

Keep looking

Skills are one crate of 328,083. 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.