$npx -y skills add kennethleungty/claude-music --skill feedbackFeedback — report a bug or share feedback on GitHub
| 1 | This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command. |
| 2 | |
| 3 | # Feedback |
| 4 | |
| 5 | Open the GitHub issues page so the user can share feedback or report a bug. |
| 6 | |
| 7 | ## Instructions |
| 8 | |
| 9 | 1. Run this command to open the browser: |
| 10 | |
| 11 | ```bash |
| 12 | xdg-open "https://github.com/kennethleungty/claude-music/issues/new" 2>/dev/null || open "https://github.com/kennethleungty/claude-music/issues/new" 2>/dev/null |
| 13 | ``` |
| 14 | |
| 15 | 2. Tell the user: |
| 16 | |
| 17 | > Opening GitHub Issues — thanks for taking the time to share feedback! |