- Getting invitation to the GitHub org:
Send
Hello World
in the chat room. - Want to work on an issue, first assign yourself:
corobo assign <issue-link>
- Assigned issue is time-consuming, no longer interesting? Wanna discontinue:
corobo unassign <issue-link>
- Wanna file a new issue, but don't want to leave gitter?:
corobo new issue <repo> <title>\n[description\n]+
- Mark a PR as a work-in-progress
corobo mark wip <pr-link>
- Your PR was marked WIP, you did the changes and want it be reviewed again?
Add
pending_review
label:corobo mark pending <pr-link>
Wanna know stats regarding coala?:
Get user contribution stats using: .. code:
>> corobo contrib stats <user> User <user> has: 1. Opened x issues 2. Commited 17 commits 3. Done 61 reviews.
Bear stats(all languages): .. code:
>> corobo bear stats There are total x bears.
Bear stats(particular languages): .. code:
>> corobo bear stats python There are 17 bears for python language
Language stats: .. code:
>> corobo lang stats coala supports 63 languages.
stats(both bear and lang stats(for summary stats)): .. code:
>> corobo stats coala has 102 bears across 63 languages.
List bears of particular languages: .. code:
>> corobo ls bears python ... Bears for python are: | BanditBear | CPDBear | MypyBear | PEP8Bear | PEP8NotebookBear | PyCommentedCodeBear | PyDocStyleBear | PyFlakesBear | PyImportSortBear | PyLintBear | PyUnusedCodeBear | PycodestyleBear | PyromaBear | PythonPackageInitBear | RadonBear | VultureBear | YapfBear |
Run coala from chat itself! .. code:
corobo run Bear1 setting1=1 setting2=2 Bear2 ``` import this this = 3 some = 'code' ```
You have got a question, no one's available to answer. Let corobo try to answer
it for you:
corobo answer your question string goes here
The scope of questions that corobo can answer is limited to what is present in api(https://api.coala.io) and user(https://docs.coala.io) docs.
- Someone is asking a googlable question? Respond with a lmgtfy:
corobo lmgtfy this is the search string
- Get bot to apologize:
corobo nm
- Explain pre-defined terms:
corobo explain rebase
- Is your PR ready to merge, go shipit!
corobo ship it
- Ask a question to wolfram knowledge engine:
corobo wa question/query string