agentsclimarketplace

Update changelog

Skill Flexonze/claude-init/.claude/skills/update-changelog

Update the changelog based on commits in the current git branchFrom its SKILL.md

Install
npx -y skills add Flexonze/claude-init --skill update-changelog

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

2 things to look at

  • 10 stars10 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.
  • runs commandsInstructs the agent to run 3 commands, including `git branch --show-current` and 2 more.

SKILL.md

1.3 KB, 280 tokens by cl100k_base, as published. Nobody here has run it

Update Changelog

Update the project's changelog based on the commits in the current branch.

Instructions

  1. Identify the changelog file

    • Look for CHANGELOG.md, HISTORY.md, or similar
    • Note the existing format and style
  2. Analyze the current branch

    • Get the branch name: git branch --show-current
    • Get commits since branching from main: git log main..HEAD --oneline
    • Read the full commit messages for context: git log main..HEAD
  3. Categorize changes

    • Group commits by type:
      • Added (new features)
      • Changed (modifications to existing features)
      • Fixed (bug fixes)
      • Removed (removed features)
      • Security (security fixes)
      • Deprecated (soon-to-be removed features)
  4. Update the changelog

    • Add a new "Unreleased" section if needed
    • Write clear, user-facing descriptions (not just commit messages)
    • Follow the existing format and style of the changelog
    • Link to relevant issues/PRs if the project does that

Examples

  • "Update the changelog with my changes"
  • "Add my branch changes to CHANGELOG.md"
  • "What should I add to the changelog?"

What ships with it

Read from the repository

Just SKILL.md. No reference files, no 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.