source-command-changelog
SolidView recent CHANGELOG entries
AI & Automation 5,772 stars
755 forks Updated today CC-BY-SA-4.0
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# source-command-changelog
Use this skill when the user asks to run the migrated source command `changelog`.
## Command Template
# CHANGELOG Viewer
Display recent entries from CHANGELOG.md with optional count limit.
## Usage
```
/changelog # Show last 5 entries (default)
/changelog 10 # Show last 10 entries
/changelog all # Show all entries
```
## What to Display
Read `CHANGELOG.md` and extract the last N version entries with:
- Version number
- Release date
- All sections (Added, Changed, Fixed, etc.)
- Full content per section
## Output Format
```
π Recent CHANGELOG Entries
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
## [3.9.11] - 2026-01-20
### Added
- Production Safety Rules (Section 14.3)
- Critical safety practices for production deployments
- Rollback procedures and monitoring guidelines
### Documentation
- Enhanced deployment workflow documentation
- Added safety checklist templates
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
## [3.9.10] - 2026-01-19
### Added
- DevOps & SRE Guide with FIRE Framework
- Fault tolerance patterns
- Incident response protocols
- Recovery procedures
- Escalation guidelines
### Documentation
- New Section 9.18: DevOps & SRE Practices
- 45+ operational best practices
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[... more entries ...]
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Showing 5 of N total entries
Use /changelog 10 for more, or...
Details
- Author
- FlorianBruniaux
- Repository
- FlorianBruniaux/claude-code-ultimate-guide
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Integrates with
Similar Skills
Semantically similar based on skill content β not just same category
AI & Automation Listed
changelog
Generate Changelog from Commits
4 Updated 4 weeks ago
AreteDriver AI & Automation Listed
changelog
Use when you cut a release or want a CHANGELOG entry derived from conventional commits and PRs without hand-writing it.
1 Updated 4 weeks ago
NSBen AI & Automation Listed
ccc-changelog
Show what changed in the latest CC Commander update. Reads CHANGELOG.md and renders the most-recent version section in a digestible summary. Use when the user typesβ¦
5 Updated today
KevinZai