greptile
AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.
pinned to #2f634a9updated 2 weeks ago
Ask your AI client: “install plugins/greptile”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/greptilemetahub onboarded this repo on the author's behalf.
If you own github.com/anthropics/claude-plugins-official on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
31,960
Last commit
2 weeks ago
Latest release
published
- #claude-code
- #mcp
- #skills
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.2f634a9· 2 weeks ago
Kind-specific
22Plugin: manifest fields completewarn
plugin.json is missing: version
Add the missing fields so the catalog detail page is complete.
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent2f634a9warn2 weeks ago
Contents
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
- Go to API Settings
- Generate a new API key
- 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
list_pull_requests- List PRs with optional filtering by repo, branch, author, or stateget_merge_request- Get detailed PR info including review analysislist_merge_request_comments- Get all comments on a PR with filtering options
Code Review Tools
list_code_reviews- List code reviews with optional filteringget_code_review- Get detailed code review informationtrigger_code_review- Start a new Greptile review on a PR
Comment Search
search_greptile_comments- Search across all Greptile review comments
Custom Context Tools
list_custom_context- List your organization's coding patterns and rulesget_custom_context- Get details for a specific patternsearch_custom_context- Search patterns by contentcreate_custom_context- Create a new coding pattern
Example Usage
Ask Claude Code to:
- "Show me Greptile's comments on my current PR and help me resolve them"
- "What issues did Greptile find on PR #123?"
- "Trigger a Greptile review on this branch"
Documentation
For more information, visit greptile.com/docs.
Reviews
No reviews yet. Be the first.
Related
explanatory-output-style
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
serena
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
agents-research
Agents for academic, market, and technical research, synthesis, and reporting
mh install plugins/greptile