Transforms raw git history and PR descriptions into polished, audience-appropriate changelogs. Parses conventional commits, classifies changes by impact category, filters internal-only modifications, and produces structured release notes with PR links — following Keep a Changelog conventions.
| references/conventional-commits.md | Commit type parsing, scope extraction, breaking change indicators | Repository uses conventional commits | | references/categorization-rules.md | Change classification logic, audience filtering, severity ordering | Always |
| references/audience-filter.md | User-facing vs internal change detection, exclusion patterns | Always | | references/changelog-formats.md | Keep a Changelog, GitHub Releases, announcement copy templates | Format selection needed |
git 履歴と PR の説明から構造化された変更ログとリリース ノートを生成します。変更を速報、機能、修正、パフォーマンス、ドキュメントに分類します。内部のみの変更をフィルタリングし、重大な変更を検出し、ソース PR にリンクされた人間が判読可能なエントリを生成します。トリガー: 「変更ログの生成」、「リリース ノートの作成」、「変更ログの作成」、「変更後の内容」、「前回のリリース以降の変更」、「リリースの準備」、「リリース ノート」、「変更ログ」、「変更の要約」、「タグ以降の差分」。リリースを準備し、ユーザー向けに変更を要約する必要がある場合は、このスキルを使用します。 ソース: mathews-tom/praxis-skills。