Help us improve
Share bugs, ideas, or general feedback.
From meta-dev
Batch engineering changelog. Append entries during work, cut on demand or auto-threshold, draft release post, pair with version bump.
npx claudepluginhub ansonphong/meta-dev --plugin meta-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/meta-dev:changelog-engineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Active period file: `plans/_archive/changelogs/<since>--present.md`
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Active period file: plans/_archive/changelogs/<since>--present.md
Closed period: plans/_archive/changelogs/<since>--<until>-<sha>-<slug>.md
scripts/changelog-add.sh --tag T --title T --body Bscripts/changelog-cut.sh
breaking→major, any feat→minor, else patch<today>--present.mdreferences/release-post-draft.mdplans/_dashboard/changelog.json per references/cut-workflow.md.
PostToolUse(git commit) hook calls changelog-add.sh if auto_add_on_commit: true.
Auto-cut: manual | weekly | N_entries | before_deploy.