Skip to main content
Use MCP tools to generate reports on review activity and track team progress.

PR Status

Get a quick status check for any PR:
Individual PR stats
Tool: get_merge_request Response includes:
  • reviewCompleteness: “2/5 Greptile comments addressed”
  • hasNewCommitsSinceReview: Whether re-review needed
  • addressedComments / unaddressedComments: Full lists

Weekly Summary

Generate a report of open PR status:
PR report visualization
The assistant:
  1. Calls list_pull_requests with state: "open"
  2. For each PR, calls get_merge_request to get reviewAnalysis
  3. Compiles: PR number, title, author, age, completeness, unaddressed count
Claude took the MCP data and whipped up a basic webpage to visualize it.

Team Metrics

Tool: list_pull_requests + list_merge_request_comments for each
Tool: get_merge_request → aggregates reviewAnalysis across PRs
Tool: list_pull_requests → filters by createdAt
Tool: search_greptile_comments → checks summary.withSuggestions
Tool: search_greptile_comments → groups by filePath

Code Review History

Tool: list_code_reviews with status: "COMPLETED" and limit: 10
Tool: get_code_reviewReturns strictness, totalFiles, completedFiles, full PR info.
Tool: list_code_reviews with status: "FAILED" or "SKIPPED"

Next Steps

Auto-Fix Workflow

Fix issues identified in your reports

Custom Context

Track which patterns trigger the most comments