スキル一覧に戻る
lexicalninja

changelog-generator

by lexicalninja

A collection of Cursor subagents and Claude skills to help build things together

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: changelog-generator description: Generate changelog entries from git commits, pull requests, or code changes. Use when creating release notes, updating CHANGELOG.md, or documenting what changed in a version.

Changelog Generator Skill

Instructions

  1. Analyze git commits, pull requests, or code changes to identify what was modified
  2. Categorize changes into: Added, Changed, Deprecated, Removed, Fixed, Security
  3. Format entries following Keep a Changelog format (https://keepachangelog.com/)
  4. Group related changes together
  5. Use clear, concise language that users can understand
  6. Include relevant issue/PR numbers when available
  7. Maintain chronological order (newest first)
  8. Add appropriate version headers and dates

Examples

Input: "Generate a changelog for the last 10 commits" Output:

## [1.2.0] - 2025-01-15

### Added
- New authentication flow with OAuth2 support
- User profile editing capabilities

### Changed
- Updated API rate limiting to be more permissive
- Improved error messages for validation failures

### Fixed
- Resolved memory leak in background job processor
- Fixed issue where deleted users could still receive emails

Input: "Create changelog entry for the payment module changes" Output:

## [Unreleased]

### Added
- Support for Stripe payment processing
- Payment retry logic for failed transactions

### Changed
- Payment webhook handling now uses async processing

Format Guidelines

  • Use semantic versioning (MAJOR.MINOR.PATCH)
  • Start with [Unreleased] for ongoing changes
  • Use present tense: "Add feature" not "Added feature"
  • Reference issues/PRs: "Fix login bug (#123)"
  • Group breaking changes under "### Changed" with migration notes

スコア

総合スコア

55/100

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

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
言語

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

0/5
タグ

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

0/5

レビュー

💬

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