Skip to main content
Replicas responds to PR comments and reviews. Whether iterating on a PR from Linear or working on any existing PR, it maintains context across all interactions.

Setup

  1. Go to Integrations settings
  2. Click Connect GitHub and authorize your account
  3. Install the Replicas GitHub App on your repositories
  4. Add repositories you want Replicas to access
Your repository must have a replicas.json file with your organizationId:
{
  "organizationId": "your-org-id-here"
}
Find your organization ID in settings.

How It Works

Mention @tryreplicas

Add @tryreplicas to any pull request review (e.g requesting changes) or comment.
  • If the pull request was made by a Replicas agent, it will see it, make changes, and respond directly to you.
  • If the pull request was made by someone else, a new workspace and Replicas agent will be spun up.
Each PR is linked to one workspace. All interactions route to the same workspace, so the agent remembers previous work. If the workspace is sleeping, it wakes automatically.

Context

The context provided to the agent includes:
  • PR number and branch
  • Your comment or review body
  • Review state (approved, changes requested, etc.)
  • File path and diff hunk (for line comments)

Intended Usage

GitHub works best for iterating on existing PRs. For new features, start from Linear. Use GitHub to:
  • Request changes on PRs
  • Comment on specific lines
  • Ask for fixes or improvements