Overview

The Gizzi Code GitHub Action runs Gizzi Code inside GitHub Actions workflows. It can review pull requests, generate code, fix files, and explain code — all powered by the Allternit API. The action is published as allternit/gizzi-github-action@v1.

Base URL

Action source:

Inputs

Outputs

Endpoints used

The action calls the Allternit API chat-completions endpoint internally.

Request / response examples

Review a pull request

The action posts per-file review comments and a summary comment on the pull request.

Generate tests

Fix a file

Explain a file

Example chat-completion request

The action sends a request like this to the Allternit API when reviewing a diff:
Example response:

Error codes

API errors surface in the action logs as:
Common failures:

Permissions

For PR review workflows, grant: