changelog | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / changelog

changelog

maintained by recyclarr

star 1.8k account_tree 33 verified_user MIT License
bolt View GitHub

name: changelog description: Use when updating CHANGELOG.md for a release or user-facing change

Changelog Skill

CHANGELOG format and conventions for documenting Recyclarr releases.

Recyclarr uses keepachangelog.com format. The audience is non-technical end users. Load this skill when updating CHANGELOG.md.

CHANGELOG Format

File: CHANGELOG.md

Section order: Added, Changed, Deprecated, Removed, Fixed, Security

Entry format: - Scope: Description (#NNN)

### Fixed

- Sync: Crash while processing quality profiles (#720)

Rules

  • Audience is non-technical end users
  • One line per change
  • Entries under "Fixed" should not start with "Fixed"
  • New entries go under [Unreleased] section near the top of the file
  • Keep entries high-level: state what was added or changed, not an exhaustive list of capabilities. Users can visit the docs for details.
  • Include a GitHub issue reference (#NNN) at the end of the entry when an issue exists. Omit when there is no associated issue.

Breaking Changes Format

Required for any release with breaking changes:

## [X.0.0] - YYYY-MM-DD

This release contains **BREAKING CHANGES**. See the [vX.0 Upgrade Guide][breakingX] for required
changes you may need to make.

[breakingX]: https://recyclarr.dev/guide/upgrade-guide/vX.0/

### Changed

- **BREAKING**: Description of breaking change

Removed Features Wording

Check if deprecation was in a prior release:

git log --oneline --diff-filter=A -- "path/to/deprecation" | tail -1
git tag --contains <sha> | grep -E '^v[0-9]'
  • Tags exist: "The deprecated X has been removed."
  • No tags: "The X option has been removed. Use Y instead."

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1.8k
GitHub Forks 33
Created Jan 2026
Last Updated 4个月前
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
feature-dev
chevron_right
creating-pr
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.