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.