From pm-cowork-live
Reads commits via the GitHub connector and translates them into a user-friendly changelog grouped by Added/Changed/Fixed/Breaking. Activates on requests for release notes or what changed since the last tag.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-cowork-live:changelog-from-commitsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Users don't read commit messages, and they shouldn't have to. In Claude Cowork this skill reads the *real* commit range and turns it into a changelog written for the people who use the software — grouped, deduped, and translated from "refactor: extract helper" into what actually changed for them.
Users don't read commit messages, and they shouldn't have to. In Claude Cowork this skill reads the real commit range and turns it into a changelog written for the people who use the software — grouped, deduped, and translated from "refactor: extract helper" into what actually changed for them.
CHANGELOG.md or a releaseAsk for these if not provided:
!/BREAKING CHANGE/removed-public-API signals.CHANGELOG.md or attach to a release, only on request.Guardrails: include only changes actually present in the range — never invent a feature; base "breaking" on real signals, not guesses; don't overstate impact; if the connector is unauthorised, work from a pasted git log and say the range couldn't be read live.
A Changelog block:
## [version] — date
### ⚠ Breaking
- what changed → what to do (#PR)
### Added
- user-facing capability (#PR)
### Changed
- what's different now (#PR)
### Fixed
- the problem that's gone (#PR)
chore:/refactor: that users never see.npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-cowork-liveCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.