source-command-changelog Use this skill when the user asks to run the migrated source command . Command Template CHANGELOG Viewer Display recent entries from CHANGELOG.md with optional count limit. Usage What to Display Read and extract the last N version entries with: - Version number - Release date - All sections (Added, Changed, Fixed, etc.) - Full content per section Output Format Implementation 1. Read CHANGELOG.md 2. Parse entries using regex: 3. Extract content between version headers 4. Limit to N entries (default 5) 5. Format with clear separators 6. Add footer with total count Speci…