Stats
Actions
Tags
From rr
Draft a short Slack message asking for PR review. Activate when user says "slack message", "review message", "ask for review", or "draft review request".
How this skill is triggered — by the user, by Claude, or both
Slash command
/rr:slack-review-messageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Draft a concise Slack message requesting a code review.
Draft a concise Slack message requesting a code review.
Priority order:
description line than the PR title alone.gh pr list --head $(git branch --show-current) --json url,title --jq '.[0]'Output plain text (no markdown blockquotes, no > prefixes) that can be directly pasted into Slack:
for review: https://github.com/apolloio/leadgenie/pull/XXXXX
description: One-line summary of what this does and why
closes: TICKET-###
cc @name
description:, keep to a single sentence, focus on what and whynpx claudepluginhub rrjoson/claude-skills --plugin rrCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.