一键导入
changelog
Maintain CHANGELOG.md as meaningful merges land. Use after merging a feature branch, before cutting a release, or when asked "what changed?".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Maintain CHANGELOG.md as meaningful merges land. Use after merging a feature branch, before cutting a release, or when asked "what changed?".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | changelog |
| description | Maintain CHANGELOG.md as meaningful merges land. Use after merging a feature branch, before cutting a release, or when asked "what changed?". |
| argument-hint | [version bump: major|minor|patch] |
| metadata | {"author":"mattpocock","version":"1.0.2"} |
Maintain CHANGELOG.md in the Matt Pocock format. Every meaningful merge or feature must be recorded.
# moodle-mcp-srv
## {version}
### Major Changes
- `{commit-short-hash}` Thanks @{author}! — {what changed, one sentence}.
- ...
### Minor Changes
- `{commit-short-hash}` Thanks @{author}! — {what changed, one sentence}.
- ...
### Patch Changes
- `{commit-short-hash}` Thanks @{author}! — {what changed, one sentence}.
- ...
git log --oneline -1 or the merge commit.git log --oneline -5 to find the relevant commit hashes.CHANGELOG.md to see the current latest version.edit_file — never rewrite the whole file.Cut a GitHub release by updating changelog, validating release checks, creating a tag, and publishing with gh.
Ship current work through a GitHub pull request using git and gh.
Record durable architectural decisions in docs/adr with compact context and consequences.
Shared vocabulary for designing deep modules, interfaces, seams, and adapters.
Diagnose hard bugs by building a tight repro loop before changing code.
Maintain Moodle MCP domain language and update CONTEXT.md only when terminology is resolved.