greptile

AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.

View on GitHub
Author Anthropic
Namespace @anthropics/claude-plugins-official
Category development
Version 1.0.0
Stars 5,333
Downloads 4
self.md verified
Table of content

AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.

Installation

npx claude-plugins install @anthropics/claude-plugins-official/greptile

Contents

Files: README.md

Documentation

Greptile is an AI code review agent for GitHub and GitLab that automatically reviews pull requests. This plugin connects Claude Code to your Greptile account, letting you view and resolve Greptile’s review comments directly from your terminal.

Setup

1. Create a Greptile Account

Sign up at greptile.com and connect your GitHub or GitLab repositories.

2. Get Your API Key

  1. Go to API Settings
  2. Generate a new API key
  3. Copy the key

3. Set Environment Variable

Add to your shell profile (.bashrc, .zshrc, etc.):

export GREPTILE_API_KEY="your-api-key-here"

Then reload your shell or run source ~/.zshrc.

Available Tools

Pull Request Tools

Code Review Tools

Custom Context Tools

Example Usage

Ask Claude Code to:

Documentation

For more information, visit greptile.com/docs .

Source

View on GitHub

Tags: development