Install Tessl Code Review into a GitHub repository. Inspects the repository's existing workflows and any Code Review caller already present, asks the two setup questions (when reviews run, and whether findings block the merge), then writes or updates a thin caller workflow that invokes the Tessl Code Review Action. Use when someone wants to add, set up, enable, configure, update, or remove Tessl Code Review, AI code review, or automated pull-request review in a repository, or asks to switch it between advisory and gate mode.
94
92%
Does it follow best practices?
Impact
97%
1.40xAverage score across 5 eval scenarios
Low
Low-risk findings worth noting
A platform team wants Tessl Code Review installed in this repository using the
supported Action, tesslio/code-review-action. Their release process is deliberate and
they do not want review runs firing on pull-request activity.
Their decisions, already made:
The Tessl API token is supplied to the workflow as a repository secret named
TESSL_TOKEN.
The team is adopting release v1.5.0 of the Action, whose commit SHA is
3a914f7c2b8e5d061a934f7c2b8e5d061a934f7c. Pin that full SHA. Do not pin a tag,
a branch, main, or canary, and do not leave a placeholder in the file.
Produce the following files:
.github/workflows/, invoking
tesslio/code-review-action and nothing else. Do not copy or reimplement any review,
checkout, CLI-setup, or review-publication logic into the workflow.summary.md at the root of the workspace, documenting the contract that was
installed, every configuration step a repository administrator still has to
perform by hand, and what this team has to do to clear a blocked pull request
on the cadence they chose.