|
|
4 روز پیش | |
|---|---|---|
| .. | ||
| .claude-plugin | 4 روز پیش | |
| .mcp.json | 4 روز پیش | |
| README.md | 4 روز پیش | |
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.
Sign up at greptile.com and connect your GitHub or GitLab repositories.
Add to your shell profile (.bashrc, .zshrc, etc.):
export GREPTILE_API_KEY="your-api-key-here"
Then reload your shell or run source ~/.zshrc.
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 optionslist_code_reviews - List code reviews with optional filteringget_code_review - Get detailed code review informationtrigger_code_review - Start a new Greptile review on a PRsearch_greptile_comments - Search across all Greptile review commentslist_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 patternAsk Claude Code to:
For more information, visit greptile.com/docs.