/components:version-badge Implement a version badge component that displays version number, git commit, and recent changelog in a tooltip. When to Use This Skill | Use this skill when... | Use version-badge-pattern instead when... | |---|---| | Adding a version badge end-to-end to an existing app via slash command | Studying the pattern, data flow, and accessibility checklist before adapting it manually | | You want auto-detection of framework, styling, and UI library with file edits applied | You need full reference implementations for React, Vue 3, Svelte, or plain CSS variants | | Implemen…