Assistant
All Assistant features are supported in GitHub. Assistant can answer general questions as well as questions directly
related to code. It also has code editing capabilities.
@codemakerai assistant prompt - the assistant prompt
@codemakerai prompt - the assistant prompt. Alias to assistant command.
Commands
Pull Request Commands - commands that can be posted as comments on the pull request:
@codemakerai help - prints this help message
@codemakerai review process - process the most recent code review and all it's comments
@codemakerai generate code [codepath] - generate code for all files in pull request, or only for matching code path.
@codemakerai generate docs [codepath] - generate documentation for all files in pull request, or only for matching code path.
@codemakerai replace code [codepath] - replace code for all files in pull request, or only for matching code path.
@codemakerai replace docs [codepath] - replace documentation for all files in pull request, or only for matching code path.
@codemakerai fix syntax - fixes the syntax in all files
@codemakerai commit undo - removes the most recent commit
Pull Request Code Review Commands - commands that can be posted as comments on the code review i.e. "Files changed" tab:
@codemakerai assistant prompt - the assistant prompt
@codemakerai explain - explains the code
@codemakerai review - reviews the code
Triggers
To automatically trigger certain actions on pull requests you can create and use the following GitHub labels.
codemakerai-pull-request-generate-documentation - automatically generates comments/documentation on Pull Request creation.
codemakerai-pull-request-syntax-autocorrection - automatically corrects syntax on Pull Request creation.
codemakerai-pull-request-review-process - automatically processes code review comments on Pull Request Review submission.
Hello from @codemakerai.
CodeMaker AI GitHub App integration.
Usage:
@codemakerai [command or prompt]
Assistant
All Assistant features are supported in GitHub. Assistant can answer general questions as well as questions directly related to code. It also has code editing capabilities. @codemakerai assistant prompt - the assistant prompt @codemakerai prompt - the assistant prompt. Alias to assistant command.Commands
Pull Request Commands - commands that can be posted as comments on the pull request: @codemakerai help - prints this help message @codemakerai review process - process the most recent code review and all it's comments @codemakerai generate code [codepath] - generate code for all files in pull request, or only for matching code path. @codemakerai generate docs [codepath] - generate documentation for all files in pull request, or only for matching code path. @codemakerai replace code [codepath] - replace code for all files in pull request, or only for matching code path. @codemakerai replace docs [codepath] - replace documentation for all files in pull request, or only for matching code path. @codemakerai fix syntax - fixes the syntax in all files @codemakerai commit undo - removes the most recent commit Pull Request Code Review Commands - commands that can be posted as comments on the code review i.e. "Files changed" tab: @codemakerai assistant prompt - the assistant prompt @codemakerai explain - explains the code @codemakerai review - reviews the codeTriggers
To automatically trigger certain actions on pull requests you can create and use the following GitHub labels. codemakerai-pull-request-generate-documentation - automatically generates comments/documentation on Pull Request creation. codemakerai-pull-request-syntax-autocorrection - automatically corrects syntax on Pull Request creation. codemakerai-pull-request-review-process - automatically processes code review comments on Pull Request Review submission.For in depth explanation of the features, please consult https://docs.codemaker.ai
In case of any issues please report them to https://community.codemaker.ai