SkillAgentSearch skills...

Discord

GitHub webhook that analyzes pull requests and adds comments about incompatible CSS

Install / Use

/learn @groovecoder/Discord
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Note: Project Suspended

This project has been on hiatus since Feb, 2016. While this README will still work, you should not expect any timely responses from the project maintainers.

If you would like to take over maintenance of this project, please file an issue for us to discuss.

Build Status

Discord analyzes GitHub pull requests and adds comments about incompatible CSS.

Installation

Follow these instructions to add Discord to your GitHub repository:

  1. Navigate to Settings > Webhooks and Services
  2. Add a webhook
    • Enter http://mdn-discord.herokuapp.com/hook as the Payload URL
    • Choose to select individual events. Ensure only Pull Request is selected.
    • Leave all other settings at their default values

Configuration

To target specific browsers, add a .discord file to the root of your repository with Browserslist queries. For example:

ie >= 8, > 1%

Criteria can be separated by commas, newlines, or both.

Stylesheets will be tested against browsers that match any of the criteria. If the .discord file is empty or not present, Discord will default to testing against the two most recent versions of all supported browsers.

Testing

See TESTING.md for more information.

Reporting problems

Discord is under development. Please report any problems on GitHub.

Related Skills

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated2mo ago
Forks12

Languages

JavaScript

Security Score

95/100

Audited on Jan 31, 2026

No findings