Skip to content

CodeMaker AI App

GitHub App

CodeMaker AI App

GitHub App

Summary

CodeMaker AI GitHub App brings the code generation capability directly to GitHub.

Supported features

The CodeMaker AI GitHub App brings the same CodeMaker AI capabilities that you can use with your IDE or CLI like:

  • Code Generation
  • Documentation Generation
  • Code Editing

Additionally, it can be used to automate code review processing. Simply create a new code review, add comments to it, and afterward trigger the command to process the review.

Additional features will become available over time.

Installation

  1. Sign up at https://codemaker.ai and create an account.
  2. Login to https://portal.codemaker.ai
  3. Install the GitHub App from GitHub Marketplace. Carefully review the permissions.
  4. During installation you will be redirected to https://portal.codemaker.ai to authorize the installation.

Commands

Commands are executed by simply posting a comment on an open pull request. Start by mentioning CodeMaker AI @codemakerai and then specify an action.

GitHub Issue commands

@codemakerai help - prints this help message
@codemakerai assistant "prompt" - quoted prompt send to assistant

GitHub Pull Request commands

@codemakerai help - prints this help message
@codemakerai assistant "prompt" - quoted prompt send to assistant
@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

Developer

CodeMaker AI App is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse