notify-pr

Generate and deliver Pull Request notifications via Slack or copy-paste.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/gralweb/workflow-skill --skill notify-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify-pr
Source: https://github.com/gralweb/workflow-skill/tree/main/skills/notify-pr
Command: npx skills add https://github.com/gralweb/workflow-skill --skill notify-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for an efficient and customizable way to notify reviewers about Pull Requests, ensuring they receive important updates in a timely and concise manner.

Core Features & Use Cases

  • PR Notification Generation: Automatically creates a notification message for Pull Requests based on the PR details.
  • Customizable Delivery: Sends notifications via Slack or provides a manual copy-paste option as a fallback.
  • Use Case: For developers using GitHub, after creating a PR, use this Skill to automatically notify the reviewers, including details like PR title, author, and summary, either via Slack or manual paste.

Quick Start

To notify reviewers about a PR, simply use the command "Send PR notification."

Frequently Asked Questions about notify-pr

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

FAQPage Schema
How do I automate pull request notifications to reviewers on Slack?

Automate pull request notifications by configuring a Slack webhook URL and using GitHub CLI to fetch PR details, generating a concise message sent directly to reviewers via Slack.

Can I notify my team about a GitHub PR without a Slack webhook?

Yes, you can notify your team about a GitHub PR without a Slack webhook by using the manual copy-paste fallback option to share the generated PR summary message manually.

What details are included in automated PR notifications for reviewers?

Automated PR notifications include essential details like the PR title, author, and summary, ensuring reviewers receive a concise message with the important context needed for review.

Do I need GitHub CLI to send PR notifications to my team?

Yes, GitHub CLI is required to fetch PR details and automatically generate the notification message that is delivered to reviewers via Slack or manual copy-paste.

What's the best way to customize Slack notifications for GitHub pull requests?

Customize Slack notifications for GitHub pull requests by configuring the Slack webhook URL and optional reviewer name, allowing the notification message to target specific team members.

Why use an automated PR notification script instead of GitHub's default alerts?

An automated PR notification script provides a concise, customizable message via Slack or manual copy-paste, ensuring timely and targeted team communication compared to default GitHub alerts.