# Doncheli Changelog

> Auto-generate CHANGELOG.md entries from git commit history. Activate when user mentions "changelog", "release notes", "what changed", "generate changelog", "CHANGELOG", "release history".

- **Type:** Skill
- **Install:** `agentstack add skill-doncheli-don-cheli-sdd-doncheli-changelog`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [doncheli](https://agentstack.voostack.com/s/doncheli)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [doncheli](https://github.com/doncheli)
- **Source:** https://github.com/doncheli/don-cheli-sdd/tree/main/.opencode/skills/doncheli-changelog
- **Website:** https://doncheli.tv

## Install

```sh
agentstack add skill-doncheli-don-cheli-sdd-doncheli-changelog
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Don Cheli: Changelog Auto-Generator

## Instructions

1. 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
2. Run `git log --oneline ` and parse conventional commit prefixes
3. Map commit types to Keep a Changelog categories:
   - `feat` / `feat!` → Added (breaking changes go in a separate top section)
   - `fix` → Fixed
   - `refactor` / `perf` → Changed
   - `docs` → Changed
   - `security` → Security
   - `deprecated` → Deprecated
   - `remove` → Removed
   - `test` / `chore` / `ci` → omit by default (include with `--verbose`)
4. Extract the short hash and append it to each entry for traceability
5. Skip merge commits (`Merge branch`, `Merge pull request`)
6. Insert the new section at the top of `CHANGELOG.md`, below the header — never overwrite existing entries
7. If no `CHANGELOG.md` exists, create it with the standard Keep a Changelog header
8. With `--dry-run`, print to stdout only — do not write to file
9. 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 CHANGE` footer), 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](https://github.com/doncheli)
- **Source:** [doncheli/don-cheli-sdd](https://github.com/doncheli/don-cheli-sdd)
- **License:** Apache-2.0
- **Homepage:** https://doncheli.tv

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-doncheli-don-cheli-sdd-doncheli-changelog
- Seller: https://agentstack.voostack.com/s/doncheli
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
