dot_config/ai_templates/skills/devtools/changelog/SKILL.md
Explicitly triggered when the user mentions `changelog`. It updates `CHANGELOG.md`.
npx skillsauth add pascalandy/dotfiles changelogInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Curate business-value changes from git history into CHANGELOG.md.
Don't let your friends dump git logs into changelogs.
Read the existing CHANGELOG.md and identify which convention is used:
| Convention | Pattern | Continue with |
| --------------------- | ----------------------------- | ------------------------------ |
| Date-based | ## 2025-12-22 — Title | New date section at top |
| Unreleased + tags | ## Unreleased / ## v1.2.3 | Add to ## Unreleased section |
If no changelog exists, ask the user which convention to use.
Determine the starting point for collecting commits:
CHANGELOG.mdImportant: Always exclude today's commits — generate up to end of yesterday only.
git log <baseline>..HEAD --oneline --reverse
Skim diffs as needed to understand business impact.
Group related changes under labeled sections within each date entry:
## YYYY-MM-DD — Descriptive Title
skills:
- add `skill-name` for description (abc1234)
- rename `old-name` to `new-name` for clarity (def5678)
projects:
- move X from WORKDIR to IDEATION (ghi9012)
commands:
- simplify `command-name` workflow (jkl3456)
scripts:
- add sync-tool for description (mno7890)
skills:, projects:, commands:, scripts:, docs:, etc.add, move, fix, remove, rename (not Title Case)**librarian**(abc1234)#123See references/format.md for detailed format examples and anti-patterns.
development
Explicitly triggered when the user mentions `wiki-map`. It ingests, queries, lints, or compiles a markdown wiki.
testing
Explicitly triggered when the user mentions `single-skill-creator`. It scaffolds a new `SKILL.md`.
testing
Explicitly triggered when the user mentions `qmd`. It searches local markdown or QMD collections.
development
Explicitly triggered when the user mentions `ontology-map`. It builds, refreshes, or checks an ontology.