changelog-writing
Changelog Writing
Write changelogs for humans, not machines. Follow the Keep a Changelog convention.
Format Rules
- File:
CHANGELOG.mdat project root - Date format: ISO 8601 (
YYYY-MM-DD) - Latest version first (reverse chronological)
- One entry per version, every version documented
- Follow Semantic Versioning
- Version headings are linkable (comparison URLs at bottom)
Change Categories
Group changes under these headings, in this order:
| Category | Use for |
More from kjanat/skills
github-script
Writes secure actions/github-script workflow steps. Use when GitHub Actions needs inline JavaScript with GitHub API/context.
8github-docker-action
Create Docker container actions for GitHub Actions with Dockerfile, action.yml metadata, and entrypoint scripts. Use when building custom GitHub Actions with Docker, scaffolding container-based actions, or debugging Docker action workflows.
7index-knowledge
Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
6uv-versioning
Version bumping workflow for uv projects. Use when reading/updating package versions, planning release bump chains, or validating main vs workspace package bumps.
6github-service-containers
Configure Docker service containers (Redis, PostgreSQL, etc.) as sidecar services in GitHub Actions workflows for integration testing. Use when adding databases, caches, or message queues to CI workflows, or debugging service container networking and health checks.
6build-skill
Create effective skills for OpenCode agents. Load FIRST before writing any SKILL.md. Provides required format, naming conventions, progressive disclosure patterns, and validation. Use when building, reviewing, or debugging skills.
5