원클릭으로
changelog
Generate a Keep a Changelog entry from git log since the last tag
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a Keep a Changelog entry from git log since the last tag
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | changelog |
| description | Generate a Keep a Changelog entry from git log since the last tag |
| disable-model-invocation | true |
Generate a formatted CHANGELOG entry from commits since the last release tag.
git describe --tags --abbrev=0
git log $(git describe --tags --abbrev=0)..HEAD --oneline --no-merges
Group commits into Keep a Changelog categories based on conventional commit prefixes:
feat(...) → Added (new features) or Changed (enhancements to existing)fix(...) → Fixedrefactor(...) → Changeddocs(...) → Documentationtest(...) → Testschore(...) → Maintenanceperf(...) → PerformanceFormat as a ## [Unreleased] section. Each entry should be:
- **Description** (#N)Output the formatted block for the user to review and paste into CHANGELOG.md.
[Unreleased] section, show what to append, not a replacementSee .claude/skills/release/SKILL.md for the full release sequence (version bump across all
six surfaces, tag, GitHub Release publish, smoke checklist).
Going forward, changelog entries follow ADR-038 framing — write "your AI" / "the AI" generically; use "Claude" as the concrete example when a feature is Claude-specific (e.g. channel push, plugin monitor, cowork, auto-launcher, plugin marketplace). Past entries (v0.12.0 and earlier) are historical record and not rewritten.
Cut a Tandem release — six-surface version bump, changelog, tag, GitHub Release publish, smoke checklist
Use when tandem_* MCP tools are available, the user asks about Tandem document editing, or iterating on text collaboratively. Provides workflow guidance, annotation strategy, and tool usage patterns for the Tandem collaborative editor.
Start Tandem dev environment (server + client) and verify MCP connection
Capture README screenshots of the Tandem editor UI via Playwright + MCP
Debug Playwright E2E test failures — port conflicts, server startup, test isolation, and post-mortem analysis
Run Playwright E2E tests safely (warns about dev server conflicts)