スキル一覧に戻る
Wizard1209

update-changelog

by Wizard1209

6🍴 1📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: update-changelog description: Updates notes/changelog.md based on git history. Use when user says "update changelog", "changelog entry", "release version", "release X.Y.Z", or runs /update-changelog.

Update Changelog

Analyze git history since last changelog update and draft entries for notes/changelog.md.

Quick Start

git log -1 --format="%H" -- notes/changelog.md  # baseline
git log <hash>..HEAD --oneline --no-merges       # commits
git diff <hash>..HEAD --name-only                # files

Draft entries → get approval → add to [Latest additions] section.

What to Include

User-facing:

  • New commands, features, UI changes
  • Bug fixes users would notice
  • Tool/integration improvements

Major technical:

  • Architecture changes
  • New integrations or services
  • Performance improvements
  • Security updates

Exclude:

  • CLAUDE.md, README.md, CONTRIBUTION.md
  • Minor refactoring, code cleanup
  • Dev tooling config (ruff, mypy)
  • Test-only changes, skills

Entry Format

**Added:**
• Feature (what it does for users)

**Changed:**
• Improvement description

Style Guide

Length: 1-2 lines max. If longer, split or simplify.

Patterns:

  • Feature: Feature name: what it does for users
  • Command: /command to do X
  • Rename: Renamed /old → /new
  • Tech context: (optional detail) at end

Start with:

  • Noun (feature name)
  • Verb (Support, Improve)
  • Command (/name)

Avoid:

  • "Added support for..." → just "Support for..."
  • Implementation-only descriptions
  • Entries over 2 lines

Bullets: Always use (not -)

Release Version

When user says "release X.Y.Z":

  1. Move [Latest additions] content to new **[X.Y.Z] - YYYY-MM-DD** section
  2. Update version in:
    • pyproject.toml
    • letta_bot/__init__.py
  3. Leave [Latest additions] empty with **Added:** and **Changed:** placeholders

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です