discord-notifications

Diagnose and fix Discord notification delivery issues from Room TBA.

66|13|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/uplbtools/room-tba --skill discord-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-notifications
Source: https://github.com/uplbtools/room-tba/tree/main/.cursor/skills/discord-notifications
Command: npx skills add https://github.com/uplbtools/room-tba --skill discord-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of failed Discord notifications from Room TBA to the discord-bot. It helps diagnose and fix issues with Discord notifications, such as proposal submissions, reviews, CI events, and test inventory updates.

Core Features & Use Cases

  • Notification Debugging: Provides detailed guidance on how to diagnose and resolve issues with Discord notifications.
  • Configuration: Offers configuration instructions for setting up Discord notifications in the Room TBA application.
  • Integration: Helps set up the connection between Room TBA and the discord-bot for various event notifications.

Quick Start

Run the 'check-discord-notifications' script to verify the Discord notification settings.

Frequently Asked Questions about discord-notifications

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

FAQPage Schema
How do I fix Discord notifications not working for Room TBA events?

To fix Discord notifications not working, run the check-discord-notifications script to verify your settings and diagnose HTTP POST request failures between Room TBA and the discord-bot.

How do I configure Room TBA to send CI events to a Discord bot?

To configure Room TBA to send CI events to a Discord bot, set up the integration using HTTP POST requests to the Discord API, ensuring proposal submission and test inventory updates are correctly routed.

What types of events can I send from Room TBA to Discord notifications?

Discord notifications from Room TBA support delivering proposal submissions, proposal reviews, CI events, and test inventory updates directly to the discord-bot via configured HTTP POST requests.

Do I need to understand HTTP POST requests to troubleshoot Discord notifications?

Yes, troubleshooting Discord notifications requires understanding HTTP POST requests and Discord API usage, alongside knowledge of Room TBA and discord-bot configurations to successfully resolve delivery failures.

Why are my Room TBA proposal submission notifications failing to reach Discord?

Proposal submission notifications fail to reach Discord due to misconfigured Room TBA or discord-bot settings, which can be diagnosed by checking your HTTP POST request payloads and API connection.