changelog-summarizing

Generate Discord and Slack changelog posts from main-branch commits.

41|5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill changelog-summarizing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog-summarizing
Source: https://github.com/shopwareLabs/ai-coding-tools/tree/main/.claude/skills/changelog-summarizing
Command: npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill changelog-summarizing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates platform-formatted summary posts describing repository changes since a given date, streamlining release communications for Discord and Slack.

Core Features & Use Cases

  • Date-driven summaries: extract commits from main since a provided date.
  • Scope-based grouping: cluster changes by commit scope and plugin context to build coherent narratives.
  • Platform formatting: produce distinct posts tailored for Discord (markdown) and Slack (mrkdwn) with links to plugin changes.
  • Safety & quality: apply anti-slop guidelines to ensure concrete, readable prose.
  • Use Case: a maintainer wants a weekly changelog post for all Shopware plugins in the ai-coding-tools repo.

Quick Start

Provide a date (e.g., 2026-04-01) to summarize changes since, then run the skill to generate Discord and Slack posts.

Frequently Asked Questions about changelog-summarizing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate changelog summaries from git commits for Discord and Slack?

To generate changelog summaries for Discord and Slack, you provide a starting date and the skill analyzes main-branch git commits since that date. It groups changes by commit scope into per-plugin narratives and outputs platform-formatted posts for both platforms.

Can I group repository changes by plugin scope for release communications?

Yes, you can group repository changes by plugin scope. The skill clusters git commits by their commit scope and plugin context, building coherent per-plugin narratives suitable for release communications on Discord and Slack.

What's the best way to format git log output for Slack and Discord posts?

The best way to format git log output for Slack and Discord is to use a skill that applies platform-specific formatting rules. It produces Discord markdown and Slack mrkdwn posts, including links to plugin changes.

Does this changelog summarizer require a clean main-branch git history?

Yes, this changelog summarizer requires a clean main-branch git history. It relies on a clean main branch to accurately filter commits using git log --since with a provided date and group them by scope.

How do I summarize Shopware plugin updates since a specific date?

To summarize Shopware plugin updates since a specific date, you provide the date to the skill. It extracts main-branch commits since that date, groups them by plugin context, and generates coherent changelog narratives for Discord and Slack.

Are there limitations when using git log --since for generating changelogs?

A key limitation when using git log --since for changelogs is the requirement for a clean main-branch history. If the history is unclean or commit scopes are unclear, the generated Discord and Slack posts may lack coherent per-plugin narratives.