Add To Changelog
Add entry to project changelog following Keep a Changelog format
$ npx claude-code-templates@latest --command="project-management/add-to-changelog" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Update Changelog
Add a new entry to the project's CHANGELOG.md file: $ARGUMENTS
Usage Examples
/add-to-changelog 1.1.0 added "New markdown to BlockDoc conversion feature"/add-to-changelog 1.0.2 fixed "Bug in HTML renderer causing incorrect output"
Current Changelog State
- Existing changelog: @CHANGELOG.md (if exists)
- Project version files: @package.json or @setup.py (if exists)
Task
Add the specified change entry to CHANGELOG.md:
Arguments:- Version: First argument (e.g., "1.1.0")
- Change Type: Second argument (added/changed/deprecated/removed/fixed/security)
- Message: Third argument (description of the change)
- Create CHANGELOG.md with standard header if it doesn't exist
- Find or create version section with today's date
- Add entry under appropriate change type section
- Follow Keep a Changelog format and Semantic Versioning
- Update package version files if this is a new version
The changelog should follow Keep a Changelog format.
Related Claude Code Commands
Todo
Manage project todos in todos.md file
Create Prd
Create Product Requirements Document (PRD) for new features
Init Project
Initialize new project with essential structure, configuration, and development environment setup
Create Feature
Scaffold new feature with boilerplate code, tests, and documentation
Project Health Check
Analyze overall project health and generate comprehensive metrics report
Create Prp
Create comprehensive Product Requirement Prompt (PRP) with research and validation
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.