Generate a changelog draft for the last 7 days
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install mattyp-changelog@claude-code-plugins-plus# /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...