Drafts structured, publication-ready release notes and changelogs automatically from git history and commit logs.
The orbitant-release-notes skill automates the creation of professional documentation for software updates by analyzing git commit history. It intelligently parses conventional commit messages, categorizes updates into features, fixes, and breaking changes, and produces human-readable markdown formatted specifically for GitHub releases. By extracting pull request numbers and summarizing technical changes into clear, concise bullet points, this skill streamlines the transition from development to release announcement, ensuring your users stay informed without the manual overhead of drafting changelogs.
주요 기능
01Automated git history analysis and commit parsing
02Smart categorization based on Conventional Commits (feat, fix, docs, etc.)
03Automatic extraction of GitHub PR numbers for commit traceability
043 GitHub stars
05Markdown output formatted specifically for GitHub release bodies
06Prioritized highlighting and migration guidance for breaking changes
사용 사례
01Summarizing all changes between a specific tag and the current HEAD
02Generating a complete changelog after bumping a plugin version
03Preparing professional release announcements for stakeholders and users