---
title: "Telegram setup guide for PR Reviewer | Agent Barn"
canonical: "https://agentbarn.dev/recipes/pr-reviewer/telegram"
updatedDate: "2026-08-29T16:41:32.000Z"
author: Agent Barn
description: "Step-by-step Telegram bot setup for the PR Reviewer recipe, including credentials, permissions, and operating guidance."
tags: [Engineering review, AI agents, workflow automation]
categories: [Recipes]
---

# Telegram setup guide for PR Reviewer

A code-review assistant that gives developers an earlier signal on a pull request while preserving a human reviewer’s ownership.

## Selected setup path

This representation accompanies the complete telegram setup page. Use the canonical HTML page for screenshots, interactive controls, and the latest interface-specific instructions.

## Recipe overview

- Category: Engineering review
- Tools: GitHub or Bitbucket + Slack
- Trigger: A pull request is opened or updated in a connected repository.

## Workflow

1. **Inspect change:** Read the pull request, diff, and configured repository context.
2. **Assess quality:** Look for correctness, clarity, and style concerns.
3. **Prepare feedback:** Draft suggestions with references to the relevant change.
4. **Hand off:** Share review notes for a human reviewer to assess.

## Initial setup

1. **Template:** The team’s review criteria, conventions, and instructions.
2. **Skills:** GitHub or Bitbucket access scoped to the intended repositories.
3. **Channels:** A Slack destination for review updates and questions.

## Integrations

### GitHub or Bitbucket

Read pull-request metadata and diffs, then publish review suggestions when allowed.

- Requirement: choose-one
- Credential: A GitHub App or Bitbucket access token restricted to reviewed repositories.

#### Permissions

- Repository metadata: read
- Pull requests and diffs: read
- Review comments: write
- Merge and administration: no access

#### Setup

1. Choose the provider and repositories in scope.
2. Install read permissions first, then add review-comment access if needed.
3. Trigger on opened, reopened, or updated pull requests, not merge or administration events.

## Human review

Treat comments as review suggestions, not approval to merge or deploy code without the team’s established controls.
