Skip to content

Commit f306849

Browse files
dakshgupclaude
andcommitted
Add README and setup documentation for Greptile plugin
- Add README.md with setup instructions for getting API key - Document the GREPTILE_API_KEY environment variable requirement - Add homepage, author URL, and keywords to plugin.json - Update description to reflect Greptile as AI code review agent 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 15b07b4 commit f306849

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "greptile",
3-
"description": "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.",
3+
"description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.",
44
"author": {
5-
"name": "Greptile"
6-
}
5+
"name": "Greptile",
6+
"url": "https://greptile.com"
7+
},
8+
"homepage": "https://greptile.com/docs",
9+
"keywords": ["code-review", "pull-requests", "github", "gitlab", "ai"]
710
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Greptile
2+
3+
[Greptile](https://greptile.com) 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.
4+
5+
## Setup
6+
7+
### 1. Create a Greptile Account
8+
9+
Sign up at [greptile.com](https://greptile.com) and connect your GitHub or GitLab repositories.
10+
11+
### 2. Get Your API Key
12+
13+
1. Go to [API Settings](https://app.greptile.com/settings/api)
14+
2. Generate a new API key
15+
3. Copy the key
16+
17+
### 3. Set Environment Variable
18+
19+
Add to your shell profile (`.bashrc`, `.zshrc`, etc.):
20+
21+
```bash
22+
export GREPTILE_API_KEY="your-api-key-here"
23+
```
24+
25+
Then reload your shell or run `source ~/.zshrc`.
26+
27+
## Capabilities
28+
29+
Once configured, this plugin lets you:
30+
31+
- **View Greptile review comments** - See what Greptile flagged on your PRs
32+
- **Resolve review comments** - Ask Claude Code to fix issues Greptile identified
33+
- **List pull requests** - View and filter PRs by repository, author, or status
34+
- **Trigger code reviews** - Request Greptile to review a PR
35+
- **Manage custom context** - Create and search organization-specific review rules
36+
37+
## Documentation
38+
39+
For more information, visit [greptile.com/docs](https://greptile.com/docs).

0 commit comments

Comments
 (0)