Skip to main content

update-changelog

Add or revise a project's Keep-a-Changelog-format changelog, including version bumps and change-type groupings. Use when the user says 'update the changelog', 'log this change', or 'bump the changelog' for a project or plugin.

설치로 이동

소스 정보

저장소
nweii/agent-stuff
최근 소스 활동
2026년 7월 22일 14:47
감지된 SKILL.md 언어
영어
스타
10
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
update-changelog
description
Add or revise a project's Keep-a-Changelog-format changelog, including version bumps and change-type groupings. Use when the user says 'update the changelog', 'log this change', or 'bump the changelog' for a project or plugin.
metadata
{"author":"nweii","version":"1.2.0"}
# Update Changelog Update changelog files following [Keep a Changelog](https://keepachangelog.com) conventions. ## Usage ``` /update-changelog <version> <change_type> <message> ``` ## Parameters - `<version>`: Version number (e.g., "1.1.0") - `<change_type>`: One of: "added", "changed", "deprecated", "removed", "fixed", "security" - `<message>`: Description of the change ## Process 1. Check for existing changelog (CHANGELOG.md or changelog.md), create if missing 2. Find or create section for the specified version with today's date 3. Add the new entry under the appropriate change type heading 4. Format according to Keep a Changelog conventions 5. Write the updated changelog back to file ## Format Conventions - Group changes by type (Added, Changed, Deprecated, Removed, Fixed, Security) - List changes as bullet points - Include date for version sections (YYYY-MM-DD) - Keep entries concise but descriptive - No emojis ## Example Output ```markdown ## [1.2.0] - 2025-01-24 ### Added - New markdown to BlockDoc conversion feature ### Fixed - Bug in HTML renderer causing incorrect output ``` --- ## Plugin changelogs For plugin changelog formats, see [skill-plugin-conventions.md](skill-plugin-conventions.md).
GitHub에서 보기