Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Version Changelog

ASecurity

릴리스 버전이 바뀔 때 VERSION·CHANGELOG.md·README 버전 이력을 함께 갱신한다. 버전 업/릴리스 준비 시 반드시 사용 — VERSION만 바꾸면 pre-commit이 커밋을 차단한다.

16 stars
0 votes
0 copies
0 views
Added 9/19/2026
documentationbashgit

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add claude-code-expert/carve-harness --skill version-changelog --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Version Changelog?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Version Changelog
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/claude-code-expert-version-changelog/badge)](https://www.skillsdirectory.com/skills/claude-code-expert-version-changelog)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: version-changelog
description: 릴리스 버전이 바뀔 때 VERSION·CHANGELOG.md·README 버전 이력을 함께 갱신한다. 버전 업/릴리스 준비 시 반드시 사용 — VERSION만 바꾸면 pre-commit이 커밋을 차단한다.
---

# version-changelog (버전 변경 기록)

`VERSION`이 바뀌는 모든 커밋에는 `CHANGELOG.md`의 해당 버전 항목이 함께 스테이징되어야 한다.
`.githooks/pre-commit` (3)이 기계적으로 강제한다 — 이 스킬은 그 정합을 한 번에 맞춘다.

## 절차

1. **새 버전 결정** — SemVer: 호환 깨짐=MAJOR / 기능 추가=MINOR / 수정·문서=PATCH.
2. **`VERSION` 교체** — 새 버전 문자열만 (예: `0.0.3`).
3. **`CHANGELOG.md` 항목 추가** — 헤더 설명문 바로 아래, 기존 항목 위에:

   ```markdown
   ## [X.Y.Z] - YYYY-MM-DD

   ### Added / Changed / Fixed / Removed  (해당 섹션만)
   - 변경 요약 — 사용자 관점, 파일·기능 명시
   ```

   - 변경 내역은 직전 버전 이후 커밋에서 수집: `git log --oneline <이전버전 태그 또는 릴리스 커밋>..HEAD`
   - 기존 항목은 수정하지 않는다 (append-only).
4. **`README.md` "버전 이력" 표** — 최상단에 같은 내용 1행 요약 추가.
5. **검증** — `bash .claude/hooks/harness-audit.sh` exit 0 확인 후, `RELEASE.md` 절차로 배포.

## 완료 기준 (SC)

- `VERSION` 내용 = CHANGELOG 최신 항목 버전 = README 버전 이력 최상단 행.
- `git add VERSION CHANGELOG.md README.md` 후 pre-commit 통과.

Attribution

claude-code-expertclaude-code-expert
View sourceMore from claude-code-expert →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for caveman modes, skills and commands. Trigger: /caveman-help or "caveman help".

1066600 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

942310 votes
View all in documentation →