Customer Changelog Check banner
megabytespace megabytespace

Customer Changelog Check

Security community

Description

--- description: Audit whether user-visible changes in the current session have matching CHANGELOG.md entries; report MISSING with suggested lines; --fix auto-appends argument-hint: [--fix] [--base <ref>] [--changelog <path>] --- <!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. --> <SUBAGENT-STOP/> Audit CHANGELOG.md coverage for every user-visible file changed since the last release, per [[customer-facing-changelog

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-customer-changelog-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-customer-changelog-check && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/customer-changelog-check.md -o ~/.claude/skills/megabytespace-claude-skills-customer-changelog-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository