Using the DeepStack Code Review Agent

The DeepStack Code Review Agent automatically reads the changes in a pull request and leaves a comment pointing out bugs, error handling gaps, security issues, and other problems it finds. It looks at Go (.go) and Python (.py) files only.

Installation

  1. Go to github.com/apps/deepstack-code-review-agent
  2. Click Install
  3. Choose whether to install it on your entire account or on specific repositories

That's all. No configuration files, no changes to your code, nothing else to set up.

How it works

Whenever someone opens or updates a pull request in a repository where the app is installed, the agent reads the changed Go and Python files and posts a comment on the pull request. The comment summarises any serious issues it found.

If a pull request contains no Go or Python files, the agent does nothing.

Removing it

Go to your GitHub account settings → ApplicationsInstalled GitHub Apps, find DeepStack Code Review Agent, and click Configure to remove it from specific repositories or uninstall it entirely.