From mattyp-changelog
Generates changelog draft for custom date range using required start_date and end_date args. Ensures config exists, validates setup, runs workflow, and prepares branch/PR.
How this command is triggered — by the user, by Claude, or both
Slash command
/mattyp-changelog:changelog-customThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /changelog-custom
Generate a changelog for a custom date range and prepare a branch/PR.
## Parameters
- `start_date=YYYY-MM-DD` (required)
- `end_date=YYYY-MM-DD` (required)
## 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 run the workflow for the provided date range.Generate a changelog for a custom date range and prepare a branch/PR.
start_date=YYYY-MM-DD (required)end_date=YYYY-MM-DD (required).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 run the workflow for the provided date range.npx claudepluginhub camillanapoles/claude-code-plugins-plus-skills --plugin mattyp-changelog24plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 24 plugins
/changelogGenerates markdown changelogs from recent merged GitHub PRs to default branch. Supports daily/weekly/N-day periods and dev/business audiences.
/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.
/changelogGenerates changelogs from git commit history with automatic categorization, semantic versioning detection, and multiple output formats.
/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.