Documentation
README
Change Log Generator
Automatically generate comprehensive change logs from git history and code changes.
Core Capabilities
This skill helps create change logs by:
- Analyzing git commits - Parse commit messages for changes
- Processing conventional commits - Extract structured information from standardized commits
- Examining diffs/patches - Understand code changes from git diff output
- Categorizing changes - Automatically group by type (features, fixes, docs, etc.)
- Formatting output - Generate Markdown change logs following best practices
Change Log Generation Workflow
Step 1: Gather Change Information
Collect commits and changes for the release period.
Determine Release Range:
This is the opening of the README. Read the full README on GitHub.