plugins marketplace
← All plugins

mattyp-changelog

v0.3.0

Automate changelog generation: fetch recent changes, synthesize release notes, run quality gates, and prepare a PR.

Claude Code1 skill1 MCP serverstdio

by MattypMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/mattyp-changelog/ inside the repository.

Layout

plugins/devops/mattyp-changelog/
├── .claude-plugin/plugin.json
├── skills/changelog-orchestrator/SKILL.md
└── .mcp.json

Skills1

changelog-orchestratorskills/changelog-orchestrator/SKILL.md

Draft changelog PRs by collecting GitHub/Slack/Git changes, formatting with templates, running quality gates, and preparing a branch/PR. Use when generating weekly/monthly release notes or when the user asks to create a changelog from recent merges. Trigger with "changelog weekly", "generate release notes", "draft changelog", "create changelog PR".

MCP servers1

mattyp-changelogstdio
command
python3
args
scripts/changelog_mcp.py

Manifests1

plugins/devops/mattyp-changelog/.claude-plugin/plugin.json
{
  "name": "mattyp-changelog",
  "version": "0.3.0",
  "description": "Automate changelog generation: fetch recent changes, synthesize release notes, run quality gates, and prepare a PR.",
  "author": {
    "name": "Mattyp",
    "email": "mattyp@claudecodeplugins.io"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
  "license": "MIT",
  "keywords": [
    "changelog",
    "release-notes",
    "automation",
    "documentation",
    "github",
    "slack"
  ]
}