/refine-release-note
最新バージョンのCHANGELOGをリリースノート向けに整形
$ npx -y skills add d-kimuson/claude-code-viewer --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/refine-release-note
Context preview
What this command does when you run it.
最新バージョンのCHANGELOGをリリースノート向けに整形
Command definition
refine-release-note.mddescription: "最新バージョンのCHANGELOGをリリースノート向けに整形"
allowed-tools: Read(*), Edit(CHANGELOG.md)
Review and refine the latest version section in CHANGELOG.md to make it suitable for a release announcement.
Scope
Focus **only** on the most recent version section (the first version block in CHANGELOG.md).
Principles
<user_facing_content>
Keep User-Facing Changes Only
Include changes that matter to end users:
- New features and capabilities
- Bug fixes that affect user experience
- Performance improvements users will notice
- Breaking changes or deprecations
**Remove** internal/development changes:
- CI/CD configuration changes
- Internal refactoring
- Development tooling additions
- Dependency updates (unless they fix security issues or add user-visible features)
- Test improvements
- Documentation fixes
- Linting and formatting changes
</user_facing_content>
<writing_style>
Release Note Writing Style
- Use clear, concise descriptions focused on user benefits
- Combine related commits into single, meaningful entries
- Remove redundant or overly technical details
- Ensure descriptions are self-explanatory without commit context
- Maintain consistent tone and formatting with previous releases
</writing_style>
Workflow
1. **Read CHANGELOG.md**: Identify the latest version section 2. **Analyze each entry**: Determine if it's user-facing or internal 3. **Edit CHANGELOG.md**:
- Remove internal/development entries
- Refine remaining entries for clarity
- Combine related changes where appropriate
4. **Report**: Summarize what was removed and why
Error Handling
- If CHANGELOG.md doesn't exist, inform the user
- If the latest version has no entries, report this
- If all entries are internal changes, note that this might be a maintenance release
Read more
description: "最新バージョンのCHANGELOGをリリースノート向けに整形" allowed-tools: Read(*), Edit(CHANGELOG.md)
Review and refine the latest version section in CHANGELOG.md to make it suitable for a release announcement.
Scope
Focus **only** on the most recent version section (the first version block in CHANGELOG.md).
Principles
<user_facing_content>
Keep User-Facing Changes Only
Include changes that matter to end users:
- New features and capabilities
- Bug fixes that affect user experience
- Performance improvements users will notice
- Breaking changes or deprecations
**Remove** internal/development changes:
- CI/CD configuration changes
- Internal refactoring
- Development tooling additions
- Dependency updates (unless they fix security issues or add user-visible features)
- Test improvements
- Documentation fixes
- Linting and formatting changes
</user_facing_content>
<writing_style>
Release Note Writing Style
- Use clear, concise descriptions focused on user benefits
- Combine related commits into single, meaningful entries
- Remove redundant or overly technical details
- Ensure descriptions are self-explanatory without commit context
- Maintain consistent tone and formatting with previous releases
</writing_style>
Workflow
1. **Read CHANGELOG.md**: Identify the latest version section 2. **Analyze each entry**: Determine if it's user-facing or internal 3. **Edit CHANGELOG.md**:
- Remove internal/development entries
- Refine remaining entries for clarity
- Combine related changes where appropriate
4. **Report**: Summarize what was removed and why
Error Handling
- If CHANGELOG.md doesn't exist, inform the user
- If the latest version has no entries, report this
- If all entries are internal changes, note that this might be a maintenance release
A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects.
Repo: d-kimuson/claude-code-viewer

