Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hubot-js/gear-code-review

A Hubot gear for handle with over the shoulder code reviews
https://github.com/hubot-js/gear-code-review

chatbot chatops code-review hubot-gear hubot-js

Last synced: 5 days ago
JSON representation

A Hubot gear for handle with over the shoulder code reviews

Awesome Lists containing this project

README

        

# gear-code-review
A Hubot gear for handle with over the shoulder code reviews

[![Build Status](https://travis-ci.org/hubot-js/gear-code-review.svg?branch=master)](https://travis-ci.org/hubot-js/gear-code-review) [![npm](https://img.shields.io/npm/v/gear-code-review.svg)](https://www.npmjs.com/package/gear-code-review) [![dependencies Status](https://david-dm.org/hubot-js/gear-code-review/status.svg)](https://david-dm.org/hubot-js/gear-code-review) [![devDependencies Status](https://david-dm.org/hubot-js/gear-code-review/dev-status.svg)](https://david-dm.org/hubot-js/gear-code-review?type=dev)

> A Hubot gear for handle with over the shoulder code reviews

This is a gear to add to hubot.js the ability to ask for reviews. If you do not know the hubot.js or do not know what they are gears like this [click here](https://github.com/hubot-js/hubot.js/blob/master/README.md) for more details.

![ask-for-review](media/ask-for-review.gif)

## Configuration

Some settings are required. They can be made by Slack using the following command:

```
configure code-review
```
![configure](media/configure.png)

These settings are stored, so you just need to do them once. But if necessary can make them again.

## Usage

### Request review

```
code review
```

![ask-for-review](media/ask-for-review.png)

### Do a review

```
I do the review
```

![do-review](media/do-review.png)
### Review queue

```
review queue
```

![review-queue](media/review-queue.png)

### Review ranking

```
review ranking
```

![review](media/review-ranking.png)

## Meta
Robson Bittencourt - @rluizv - [email protected]

Distributed under the MIT license. See [LICENSE](LICENSE) for more information.

https://github.com/hubot-js/gear-code-review