slack-pr-recap

Summarize a GitHub pull request into a Slack-ready recap and copy it to the clipboard.

16|1|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/Hey-Diga/dotclaude --skill slack-pr-recap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-pr-recap
Source: https://github.com/Hey-Diga/dotclaude/tree/main/skills/slack-pr-recap
Command: npx skills add https://github.com/Hey-Diga/dotclaude --skill slack-pr-recap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Concise Slack updates for pull requests are hard to craft; this Skill automates generating a Slack-ready recap and copies it to the clipboard.

Core Features & Use Cases

  • Generate a Slack-ready recap from PR data, including title, summary, and key changes.
  • Copy the final recap to the clipboard for immediate sharing in Slack.
  • Use case: after a PR is ready, produce a succinct message to inform teammates.

Quick Start

Provide a PR number or URL to generate the Slack recap and copy it to the clipboard.

Frequently Asked Questions about slack-pr-recap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Slack message recap from a GitHub pull request?

To generate a Slack recap from a GitHub pull request, provide a PR number or URL. The tool fetches details using gh pr view, summarizes the title and modified files, and copies a concise message to your clipboard for sharing.

What is the best way to automate pull request summaries for Slack updates?

Automating pull request summaries for Slack updates is handled by extracting PR descriptions and modified file data from GitHub. The tool condenses this information into a Slack-ready recap and places it in your clipboard for immediate team notification.

Do I need gh and pbcopy to copy GitHub PR recaps to the clipboard?

Yes, you need gh and pbcopy to copy GitHub PR recaps to the clipboard. The tool requires the gh pr view command to fetch pull request details and pbcopy to place the final generated Slack message directly into your system clipboard.

Can I use this Slack PR recap tool for documentation updates and code changes?

Yes, you can use this Slack PR recap tool for documentation updates and code changes. It is applicable across various pull request types, extracting review notes and modified files to produce a succinct Slack message regardless of the PR scope.

What limitations exist when generating Slack recaps from GitHub pull requests?

Limitations when generating Slack recaps from GitHub pull requests include a dependency on the gh pr view command for data retrieval and pbcopy for clipboard placement, meaning it is tailored for macOS environments and requires a valid PR identifier.