![Build Status](https://github.com/hubotio/hubot-diagnostics/actions/workflows/pipeline.yml/badge.svg)

# hubot-diagnostics

hubot scripts for diagnosing hubot

See [`src/diagnostics.js`](src/diagnostics.js) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-diagnostics --save`

Then add **hubot-diagnostics** to your `external-scripts.json`:

```json
[
  "hubot-diagnostics"
]
```

## Sample Interaction

```
user1>> hubot hello
hubot>> hello!
```
