View recent CHANGELOG entries
Scanned 5/27/2026
Install via CLI
openskills install FlorianBruniaux/claude-code-ultimate-guide---
name: "source-command-changelog"
description: "View recent CHANGELOG entries"
---
# 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 /changelog all for complete history
```
## Implementation
1. Read CHANGELOG.md
2. Parse entries using regex: `## \[(\d+\.\d+\.\d+)\] - (\d{4}-\d{2}-\d{2})`
3. Extract content between version headers
4. Limit to N entries (default 5)
5. Format with clear separators
6. Add footer with total count
## Special Handling
- Skip `[Unreleased]` section if present at top
- Handle missing dates gracefully
- Preserve markdown formatting in descriptions
- Show section hierarchy (###, bullet points)
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.