Shareable skills for Claude Code.
| Skill | Command | Description |
|---|---|---|
| review-copilot | /kiss:review-copilot [PR] |
Triage GitHub Copilot PR review comments — evaluate, fix valid issues, dismiss the rest, and respond on GitHub |
| review-peer | /kiss:review-peer [PR] |
Triage and respond to unresolved peer review comments — fix valid issues, explain skipped ones, and reply on GitHub |
| review-pr | /kiss:review-pr [owner/repo PR | PR-URL] |
Review a peer's PR — analyze changes, build observations interactively, and create a pending GitHub review |
| pr-announce | /kiss:pr-announce [PR] |
Generate a Slack-ready announcement that a PR is ready for review and copy it to your clipboard |
| update | /kiss:update |
Update locally installed skills to the latest version from GitHub |
curl -fsSL https://raw.githubusercontent.com/ptdecker/kiss-skills/main/install.sh | bashThis clones the repo to ~/.kiss-skills/ and symlinks each skill into ~/.claude/skills/. The skills will be available
the next time you start Claude Code.
Run the update skill from within Claude Code:
/kiss:update
Or manually pull from the clone:
cd ~/.kiss-skills && git pull~/.kiss-skills/uninstall.shThis removes the symlinks from ~/.claude/skills/. The cloned repo is left in place — delete ~/.kiss-skills/ to fully
remove it.
- Claude Code installed and configured
- GitHub CLI (
gh) authenticated — required byreview-copilot,review-peer,review-pr, andpr-announce pbcopy(macOS) — used bypr-announceto copy to clipboard
Contributions are welcome. See CONTRIBUTING.md for guidelines on reporting issues, suggesting new skills, and submitting pull requests.
Unlicense — public domain.