changelog
SolidGenerate a changelog from git history since a tag, date, or commit
Code & Development 67 stars
21 forks Updated 1 weeks ago MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Generate changelog from $ARGUMENTS:
1. **Parse arguments**: Extract the starting point (tag, date, or commit hash) and optional repo path (default: current directory)
2. **Read git log**: Run `git log --oneline --no-merges` since the specified point
3. **Categorize commits** by conventional commit prefixes:
- **Features** (feat:, add:, new:)
- **Bug Fixes** (fix:, bugfix:)
- **Documentation** (docs:)
- **Performance** (perf:)
- **Refactoring** (refactor:)
- **Other** (chore:, ci:, test:, style:, build:)
4. **If no conventional commits found**: Analyze commit messages and categorize by intent
5. **Format output**:
## [version/date range]
### Features
- Description (commit-hash)
### Bug Fixes
- Description (commit-hash)
### Other Changes
- Description (commit-hash)
Details
- Author
- faizkhairi
- Repository
- faizkhairi/claude-code-blueprint
- Created
- 4 months ago
- Last Updated
- 1 weeks ago
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
changelog
Generate a changelog from git history since a tag, date, or commit
0 Updated 2 days ago
lethilu4796 AI & Automation Listed
changelog
Generates a changelog by analyzing git history and tags. Use when the user asks to generate, write, or update a changelog.
0 Updated 1 weeks ago
usrrname AI & Automation Listed
changelog-auto
Auto-generate changelogs from commit history
1 Updated 4 days ago
manastalukdar