— No reviews yet
0 installs
11 views
0.0% view→install
Install
$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-changelog ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Doncheli Changelog? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Don Cheli: Changelog Auto-Generator
Instructions
- Determine the commit range:
- Default: from the last semver tag to HEAD
- With
--from/--to: use the specified refs - With
--version: use that as the new version number
- Run
git log --onelineand parse conventional commit prefixes - Map commit types to Keep a Changelog categories:
feat/feat!→ Added (breaking changes go in a separate top section)fix→ Fixedrefactor/perf→ Changeddocs→ Changedsecurity→ Securitydeprecated→ Deprecatedremove→ Removedtest/chore/ci→ omit by default (include with--verbose)
- Extract the short hash and append it to each entry for traceability
- Skip merge commits (
Merge branch,Merge pull request) - Insert the new section at the top of
CHANGELOG.md, below the header — never overwrite existing entries - If no
CHANGELOG.mdexists, create it with the standard Keep a Changelog header - With
--dry-run, print to stdout only — do not write to file - After writing, confirm with the user and suggest
git add CHANGELOG.md
Quality Gate
- If fewer than 2 commits are found in the range, warn the user before generating
- If breaking changes are detected (
feat!,BREAKING CHANGEfooter), highlight them prominently - Never infer a version number from non-semver tags — ask the user to provide
--version
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: doncheli
- Source: doncheli/don-cheli-sdd
- License: Apache-2.0
- Homepage: https://doncheli.tv
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.