u9401066/copilot-capability-manager · Archived

changelog-updater

Auto-update CHANGELOG.md following Keep a Changelog format. LOAD THIS SKILL WHEN: User mentions "changelog", "version", "release notes" | says "更新日誌", "版本", "變更記錄" | before releases | after completing features or fixes.

First seen Feb 6, 2026

Installation

$ npx skills add u9401066/copilot-capability-manager --skill changelog-updater

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/copilot-capability-manager · top by installs.

npx skills add u9401066/copilot-capability-manager

Browse all from u9401066/copilot-capability-manager

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch master
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,390 B
  • docs SUMMARY.md 380 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

CHANGELOG 更新技能

描述

根據變更內容自動更新 CHANGELOG.md。

觸發條件

  • 「更新 changelog」
  • 被 git-precommit 編排器調用

法規依據

  • 憲法:CONSTITUTION.md 第 7 條
  • 格式:Keep a Changelog

分類規則

類型 關鍵字偵測
Added 新增、add、feat
Changed 變更、修改、update、change
Deprecated 棄用、deprecate
Removed 移除、刪除、remove、delete
Fixed 修復、fix、bug
Security 安全、security、漏洞

版本號決定

MAJOR.MINOR.PATCH

MAJOR: 重大變更(Breaking Changes)
MINOR: 新功能(向下相容)
PATCH: Bug 修復

輸出格式

📋 CHANGELOG 更新

偵測到的變更:
  - [Added] 新增用戶認證模組
  - [Fixed] 修復登入問題

建議版本:0.2.0 (MINOR - 新功能)

預覽:
## [0.2.0] - 2025-12-15

### Added
- 新增用戶認證模組

### Fixed  
- 修復登入問題