$npx -y skills add Archive228/loopkit --skill changelog-from-diffTurn a set of commits or a diff into a clean, user-facing changelog entry. Use before a release or PR description.
| 1 | # Changelog from Diff |
| 2 | Read the actual diff/commits, not the commit messages (they lie). |
| 3 | Group into: **Added · Changed · Fixed · Removed · Security** (skip empty groups). |
| 4 | Each line: user-facing impact, not implementation. "Fixed login failing for emails with uppercase characters" — not "fixed bug in user lookup". |
| 5 | - Lead with what the user notices. Bury internals. |
| 6 | - Call out breaking changes loudly, with the migration step. |
| 7 | - Link the PR/issue. No marketing fluff. |
| 8 | Output: markdown ready to paste. If a change has no user impact, leave it out. |