Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/falcucci/github-auto-issue

AI-driven browser extension to generate Github issue summary as a quick start to improve your workflow experience and save your time.
https://github.com/falcucci/github-auto-issue

Last synced: about 2 months ago
JSON representation

AI-driven browser extension to generate Github issue summary as a quick start to improve your workflow experience and save your time.

Awesome Lists containing this project

README

        

# github-auto-issue

Chrome and Firefox extension to automate the process of managing GitHub issues usin AI.

It allows you to summarize a quick description about any new issue that you have created or during the creation process. In other words this is useful as a quick start issue generator.

![autoissue5](https://user-images.githubusercontent.com/33763843/221567695-9ccc071a-fbf4-4e9a-99b4-df71c777caec.gif)

## Install

- [**Firefox** extension]()
- [**Chrome** extension]()

## Usage

First, you need to change into the example subdirectory and install all dependencies with [npm](http://npmjs.com/):

```bash
npm install
```

Start the continuous build process to transpile the code into something that
can run in Firefox or Chrome:

```bash
npm run watch
```