dev10x-slack-review-request

Post Slack review requests for GitHub pull requests with project-specific channels and mentions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-slack-review-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-slack-review-request
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-slack-review-request
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-slack-review-request

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of notifying the right people on Slack when a pull request is ready for review, ensuring timely feedback and faster iteration cycles.

Core Features & Use Cases

  • Configurable Notifications: Set up per-project Slack channels and mentions, or let the skill prompt interactively.
  • Intelligent Message Formatting: Includes PR link, title, and optionally extracts Job-To-Be-Done (JTBD) statements for context.
  • Use Case: After a developer pushes changes for a new feature, this skill automatically posts a message in the #backend-team Slack channel mentioning @backend-team and @alice, with a link to the PR and its JTBD, prompting for review.

Quick Start

Use the dev10x-slack-review-request skill to post a review notification for pull request number 42 in the org/my-app repository.

Frequently Asked Questions about dev10x-slack-review-request

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

FAQPage Schema
How do I send Slack notifications for GitHub pull request reviews?

You can automate Slack notifications for GitHub PR reviews by configuring project-specific channels and mentions. The skill extracts PR details via GitHub CLI and posts formatted messages with links and context directly to Slack.

Can I customize which Slack channels receive PR review notifications per project?

Yes, PR review notifications support per-project configuration for Slack channels and mentions. If a project is unconfigured, the skill interactively prompts you to set up the appropriate channels and team mentions.

What information is included in Slack PR review request messages?

Slack PR review request messages include the PR link, title, and optionally extracted Job-To-Be-Done (JTBD) statements for context. This formatting ensures reviewers have immediate access to the necessary pull request details.

Do I need GitHub CLI to automate Slack PR review notifications?

Yes, the skill integrates with GitHub CLI to fetch pull request details needed for formatting Slack review notifications. You also need Python with the pyyaml dependency installed to run the notification scripts.

How do I configure Slack mentions for specific team members in PR review requests?

Slack mentions for team members are configured per-project, allowing you to specify targets like @backend-team and @alice. The skill uses these configurations to automatically mention the correct reviewers in the notification message.