From mattyp-changelog
Generates changelog draft for last 7 days from GitHub/Slack/Git changes, runs quality checks per config, creates branch with commit, and opens PR.
How this command is triggered — by the user, by Claude, or both
Slash command
/mattyp-changelog:changelog-weeklyThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /changelog-weekly
Generate a changelog for the last 7 days using `.changelog-config.json`, then prepare a branch/PR.
## Steps
1. Ensure `.changelog-config.json` exists at repo root (copy `${CLAUDE_PLUGIN_ROOT}/config/changelog-config.example.json` if missing).
2. Validate setup by running `/changelog-validate` first.
3. Use the `changelog-orchestrator` skill to:
- Compute date range (today minus 7 days → today)
- Fetch changes (GitHub/Slack/Git)
- Draft + format changelog using the configured template
- Run quality gate (threshold from config)
- Create branch + commit, t...Generate a changelog for the last 7 days using .changelog-config.json, then prepare a branch/PR.
.changelog-config.json exists at repo root (copy ${CLAUDE_PLUGIN_ROOT}/config/changelog-config.example.json if missing)./changelog-validate first.changelog-orchestrator skill to:
16plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 16 plugins
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin mattyp-changelog/changelogGenerates markdown changelogs from recent merged GitHub PRs to default branch. Supports daily/weekly/N-day periods and dev/business audiences.
/changelogGenerates a fun, engaging changelog summarizing recent PR merges to the main branch, highlighting features, fixes, and contributor credits. Supports daily/weekly or custom time periods.
/changelogGenerates engaging changelogs from recent main branch merges, categorizing breaking changes, new features, bug fixes, improvements, with contributor shoutouts and fun facts. Optional daily/weekly period.
/write-changelogGenerates a structured changelog entry from git history and merged PRs, classifying changes by category and following Keep a Changelog format.
/devkit.generate-changelogGenerates and updates project changelogs from Git history following Keep a Changelog and Conventional Commits. Also supports init, release, preview, and validate actions.
/generate-changelogGenerates a changelog from git history by parsing conventional commits and grouping them by type and version into CHANGELOG.md.