post-pr-to-slack

Fetch pull request details via gh pr view and post summaries to Slack.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Loot-Labs/claude-plugins --skill post-pr-to-slack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-pr-to-slack
Source: https://github.com/Loot-Labs/claude-plugins/tree/main/plugins/post-pr-to-slack/skills/post-pr-to-slack
Command: npx skills add https://github.com/Loot-Labs/claude-plugins --skill post-pr-to-slack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Posting PR updates to Slack saves teams from manually sharing links and summaries, ensuring everyone stays informed without leaving the chat.

Core Features & Use Cases

  • Automatically fetch PR details such as title, URL, additions, deletions, and provide a concise summary
  • Format and post a clear PR update to a designated Slack channel for team review
  • Support common review workflows by sharing the PR title, URL, and a one-line summary

Quick Start

Post the current PR summary to the Slack channel for team review.

Frequently Asked Questions about post-pr-to-slack

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

FAQPage Schema
How do I send a GitHub pull request notification to Slack automatically?

Posting a pull request summary to Slack automatically fetches PR details like the title, URL, additions, and deletions using the gh pr view command. It formats this data into a concise message and posts it to a specific Slack channel for team review.

Can I automatically share PR additions and deletions in a Slack channel?

Yes, you can automatically share PR additions and deletions in a Slack channel. The automation fetches these specific metrics along with the PR title and URL, formatting them into a clear update message so your team can quickly assess the size and nature of the changes during code review.

What details are included when posting a pull request update to Slack?

When posting a pull request update to Slack, the message includes the PR title, the direct URL to the PR, a concise one-line summary, and the specific numbers of code additions and deletions. This ensures reviewers get immediate context directly in their chat.

Does this Slack PR notification method require a specific channel ID?

Yes, this Slack PR notification method targets a specific channel using its unique ID, such as C0A1QHARJ83. By referencing the channel ID directly, the automation ensures the formatted pull request summary is delivered to the exact intended destination for team review.

How do I format a GitHub PR summary for team review in Slack?

To format a GitHub PR summary for Slack, the automation extracts the title, URL, additions, deletions, and a concise summary from GitHub. It structures these elements into a clear, readable chat message designed to support common review workflows without requiring teammates to leave their communication platform.