— No reviews yet
0 installs
3 views
0.0% view→install
Install
$ agentstack add skill-tolztoy-skillci-clean-skill ✓ 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 Changelog Writer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Changelog Writer
Turn raw commit messages into a readable changelog section.
Procedure
- Read the commit messages provided by the user (or run
git log --onelineif asked). - Group commits into these sections, skipping any that are empty:
- Added — new features (commits starting with
feat) - Fixed — bug fixes (commits starting with
fix) - Changed — other user-facing changes
- Internal — chores, refactors, tests (commits starting with
chore,refactor,test)
- Rewrite each entry in the past tense, imperative voice, without the commit prefix.
- Output a Markdown section headed with the version and today's date.
Example
Input commits:
feat: add dark mode toggle
fix: correct timezone in date picker
chore: bump deps
Output:
## 1.4.0 — 2026-06-10
### Added
- Dark mode toggle
### Fixed
- Correct timezone in the date picker
### Internal
- Bumped dependencies
Keep entries short. Never invent changes that aren't in the commits.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tolztoy
- Source: tolztoy/skillci
- License: MIT
- Homepage: https://mahitoh.github.io/skillci/
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.