Changelog
Skill nanocodana/nanocodana/packages/cli/example-skills/changelog
Write a clear CHANGELOG entry from the staged git changesFrom its SKILL.md
npx -y skills add nanocodana/nanocodana --skill changelogAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
SKILL.md
0.8 KB, 180 tokens by cl100k_base, as published. Nobody here has run it
Changelog Skill
Produce a concise, user-facing CHANGELOG entry for the current change.
Steps
- Inspect what changed (read the diff; use the Grep/Read tools, or
git diff --stagedvia host Bash if needed). - Group changes into Added / Changed / Fixed / Removed.
- Write entries from the user's perspective — what they can now do or what broke — not the internal implementation.
- Keep each bullet to one line; lead with a verb.
Format
## [Unreleased]
### Added
- <feature, user-facing>
### Fixed
- <bug, what was wrong before>
Rules
- No internal jargon or file paths in the entries.
- Omit empty sections.
- One entry per meaningful change; don't pad.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.