SkillAgentSearch skills...

Prosebot

🤖🔊 Probot App to help you write better on GitHub.

Install / Use

/learn @prosebot/Prosebot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="https://avatars2.githubusercontent.com/in/19534?s=128&v=4" width="64"> </p> <h3 align="center"><a href="https://github.com/apps/prosebot">prosebot[bot]</a></h3> <p align="center"><a href="https://probot.github.io">Probot App</a> to help you write better on GitHub.<p> <p align="center"><a href="https://github.com/prosebot/prosebot/actions?query=workflow%3ACI"><img src="https://github.com/prosebot/prosebot/workflows/CI/badge.svg" alt="CI badge of honour" /></a> <a href="https://codecov.io/gh/prosebot/prosebot/"><img src="https://badgen.net/codecov/c/github/prosebot/prosebot" alt="Codecov"></a></p>

Usage

After installing the GitHub App on your repos, this Probot App listens for changes to Markdown files (.md) or text files (.txt) in pull requests and runs various checks against them to provide feedback on the English. Currently, the app checks for spelling, prose and inclusive verbiage. This is done by leveraging existing open source libraries, which you can find listed below. Here's how it looks in action:

<p align="center"> <img width="697" alt="image" src="https://user-images.githubusercontent.com/10660468/47381659-87844600-d6ce-11e8-8dc1-add68671dc85.png"> </p>

What it checks

A non-exhaustive list of the various checks that are run:

  • Correct spelling (and provides possible corrections).
  • Use of non-inclusive/profane/offensive language.
  • Various prose-related checks, find the full list here.

Installation

Visit the installation page and install the GitHub App on your repositories. That's all there is to it ❤️

Configuration

There are currently three providers that the app uses to test your text. These can each be disabled, and are all enabled by default. To disable a provider, add a .github/prosebot.yml file to your repository and set the provider to false:

# .github/prosebot.yml
writeGood: true
alex: true
spellchecker: true

Credits

This Probot App is mostly a wrapper around existing open source libraries. The majority of the work is done by those, and they deserve a ton of thanks:

Future work

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated1y ago
Forks7

Languages

JavaScript

Security Score

80/100

Audited on Feb 22, 2025

No findings