deploy-announce

Generate release announcements from merged pull requests and post them to Discord.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill deploy-announce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-announce
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/deploy-announce
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill deploy-announce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual work of writing and posting deployment announcements after a merge, helping teams share release updates quickly and consistently.

Core Features & Use Cases

  • PR-to-Announcement Summaries: Reads merged pull request details, changed files, and diff stats to produce a concise release note.
  • Discord Posting: Sends the final announcement to the appropriate Discord channel, with #deployments as the primary destination.
  • Release Communication: Useful when you need to notify teammates about shipped features, fixes, or security-related changes right after a merge.

Quick Start

Ask the skill to generate and post a Discord deployment announcement for a merged pull request, such as PR 129.

Frequently Asked Questions about deploy-announce

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

FAQPage Schema
How do I announce a merged GitHub pull request in Discord automatically?

To announce a merged GitHub pull request in Discord, you can use a deployment workflow that reads PR metadata and file diffs to generate and post a concise release note directly to your Discord channel.

What is the best way to post release notes to Discord after a git deployment?

The best way to post release notes to Discord after a git deployment is to automate the process by extracting git tag and diff data from the merged PR to format a concise summary and send it via a Discord bot.

Can I send GitHub PR changes to a Discord channel using a bot?

Yes, you can send GitHub PR changes to a Discord channel by using a Discord bot token within an automated release communication workflow that formats pull request details and file diffs into a deployment update.

How do I generate concise release notes from git tag and PR diff data?

You generate concise release notes from git tag and PR diff data by processing the merged pull request metadata and changed files to summarize shipped features, fixes, and version updates for your team.

Do I need a Discord bot token to post GitHub deployment updates?

Yes, you need a Discord bot token to post GitHub deployment updates, as the token is required to authenticate the request and send the formatted release announcement to the destination Discord channel.

What should I include in a Discord deployment announcement for a merged PR?

A Discord deployment announcement for a merged PR should include concise summaries of PR changes, version updates, and file diffs, providing teammates with immediate context on shipped features and security fixes.