Update CHANGELOG.md [Unreleased] from recent commits or a manual entry
Scanned 9/12/2026
Install to Claude Code
npx -y skills add phel-lang/phel-pdo --skill changelog --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Changelog?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/phel-lang-changelog)More formats (shields.io, HTML) on the badges page.
---
description: Update CHANGELOG.md [Unreleased] from recent commits or a manual entry
argument-hint: "[entry text]"
disable-model-invocation: true
allowed-tools: "Read, Edit, Bash(git *)"
---
# Changelog
## Context
!`git log $(git describe --tags --abbrev=0 2>/dev/null || echo HEAD~20)..HEAD --oneline`
## Instructions
1. Read `CHANGELOG.md`.
2. If `$ARGUMENTS` is given, add it under the right category in `## [Unreleased]`.
3. Otherwise draft from the commits above into Keep a Changelog buckets:
- `### Added` - `feat:` commits
- `### Changed` - `ref:` with API impact, `perf:`
- `### Fixed` - `fix:` commits
- `### Removed` - removed features
4. Skip non-user-facing commits (`chore:`, CI, internal refactors).
5. Format: imperative ("Add" not "Added"), code in backticks, under 100 chars, **BREAKING** prefix for API breaks.
6. Present draft, then `Edit`. Never touch released sections.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!