Back to list
shrek82

changelog-updater

by shrek82

golang orm

0🍴 0📅 Jan 18, 2026

SKILL.md


name: "changelog-updater" description: "Updates CHANGELOG.md with recent changes. RULES: MUST use CHINESE, MUST include Date & Time (YYYY-MM-DD HH:mm)."

Changelog Updater Skill

This skill manages the CHANGELOG.md file, ensuring all project changes are recorded in a standardized format.

Standards

  • Format: Follow Keep a Changelog conventions.
  • Date Format: YYYY-MM-DD HH:mm (Precision to minute).
  • Language: CHINESE ONLY (Must use Chinese for all descriptions).
  • Grouping: Group changes under these subsections:
    • ### 新增 (Added)
    • ### 变更 (Changed)
    • ### 废弃 (Deprecated)
    • ### 移除 (Removed)
    • ### 修复 (Fixed)
    • ### 安全 (Security)

Workflow

  1. Check Existence: Check if CHANGELOG.md exists. If not, create it with a standard header.
  2. Analyze Context: Review recent code changes or user input to identify what to log.
  3. Format Entry: Create a new entry section with the current timestamp.
    • Example header: ## [Unreleased] - 2025-01-16 14:30
  4. Append: Add the entry to the file, maintaining chronological order (newest on top).

Example Structure

# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased] - 2025-01-16 14:30

### 新增 (Added)
- 新增 `TimeScanner` 用于处理 MySQL 日期解析。

### 修复 (Fixed)
- 修复 `scanRow` 在处理 `[]byte` 转 `time.Time` 时的 panic 问题。

Rules

  • Mandatory Chinese: All content descriptions must be in Chinese.
  • Mandatory Timestamp: Every update block must carry a YYYY-MM-DD HH:mm timestamp.
  • Clarity: Write clear, concise summaries.
  • No Duplicates: Check if the entry already exists before adding.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon