@intentsolutionsio/mattyp-changelog
v0.1.2
Published
Automate changelog generation: fetch recent changes, synthesize release notes, run quality gates, and prepare a PR.
Maintainers
Readme
Mattyp Changelog (Automation)
Generate weekly/monthly changelogs with a hybrid Skill + MCP workflow: collect changes (GitHub/Slack/Git), synthesize release notes, validate structure/quality, then create a branch/PR.
Quick Start
- Create
.changelog-config.jsonin your repo (copy from the example):
cp ${CLAUDE_PLUGIN_ROOT}/config/changelog-config.example.json .changelog-config.json- Set required environment variables:
export GITHUB_TOKEN="ghp_..."
# Optional:
export SLACK_TOKEN="xoxb-..."- Run:
/changelog-validate(sanity checks)/changelog-weekly(last 7 days)/changelog-custom start_date=YYYY-MM-DD end_date=YYYY-MM-DD
Files
- Config schema:
${CLAUDE_PLUGIN_ROOT}/config/changelog-config.schema.json - Example config:
${CLAUDE_PLUGIN_ROOT}/config/changelog-config.example.json - Skill:
${CLAUDE_PLUGIN_ROOT}/skills/changelog-orchestrator/SKILL.md - MCP server:
${CLAUDE_PLUGIN_ROOT}/scripts/changelog_mcp.py
