changelog-generator
Create Clear Changelogs from Git History
Technical commit messages make release notes slow and difficult to understand. This skill groups relevant commits and rewrites them as clear, structured changelogs.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "changelog-generator" from https://skillstore.io/skills/davila7-changelog-generator.md and its manifest at https://skillstore.io/api/skills/davila7-changelog-generator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "changelog-generator". Commits add team workspaces, improve synchronization speed, and fix large image uploads.
Expected outcome:
New Features: Create separate team workspaces. Improvements: Files synchronize faster. Fixes: Large images now upload reliably.
Using "changelog-generator". Commits update tests, refactor storage code, and correct notification badge counts.
Expected outcome:
Fixes: Notification badges now display the correct count. Internal test and refactoring changes are excluded.
Using "changelog-generator". Commits remove an old API and add a replacement endpoint.
Expected outcome:
Breaking Changes: The legacy API was removed. Integrations must migrate to the replacement endpoint before upgrading.
Security Audit
SafeAll 11 static findings are false positives caused by Markdown code fences in SKILL.md. The skill provides prompt examples and changelog guidance without executable code or prompt injection.
Risk Factors
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/davila7-changelog-generator/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-changelog-generator?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-changelog-generator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-changelog-generator/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-changelog-generator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
davila7. (2026). changelog-generator security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-changelog-generator/audits/10BibTeX citation
@techreport{davila7-davila7-changelog-generator-2026,
author = {davila7},
title = {changelog-generator security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/davila7-changelog-generator/audits/10},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "changelog-generator security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/davila7-changelog-generator/audits/10"
identifiers:
- type: other
value: "skillstore:davila7-changelog-generator:audit:10"
description: "Skillstore immutable audit report identifier"
Compare variants
5 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
davila7-changelog-generator
2026-08-21
dyai2025-changelog-generator
2026-08-21
composiohq-changelog-generator
2026-08-21
doyajin174-changelog-generator
2026-08-21
curiouslearner-changelog-generator
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prepare Product Release Notes
Convert commits for a new version into clear updates organized by user impact.
Maintain Public Changelogs
Summarize weekly or monthly development work for a public product updates page.
Draft Store Update Text
Turn release commits into concise descriptions for application store submissions.
Try These Prompts
Create a changelog from commits since the latest release. Group features, improvements, fixes, breaking changes, and security updates. Exclude internal maintenance.
Generate customer-facing release notes for commits between {start_date} and {end_date}. Use concise headings and explain user impact.Create release notes from {start_ref} to {end_ref}. Follow {style_file}, preserve required terminology, and flag unclear commits for review.Analyze commits between {start_ref} and {end_ref}. Produce separate customer and internal summaries, identify breaking changes, and note uncertain classifications.Best Practices
- Specify exact dates or release references to define the commit range.
- Provide a style guide and intended audience before generating release notes.
- Verify technical accuracy, user impact, and breaking changes before publication.
Avoid
- Do not publish generated notes without reviewing ambiguous commit messages.
- Do not include every maintenance commit when it offers no user value.
- Do not describe performance or security improvements without evidence from the repository.