Reviewing a pull request from the diff alone misses what it actually affects. A two-line change to a shared utility can break a dozen callers across the codebase. This guide shows you how to map the full impact of any PR before you approve it.Documentation Index
Fetch the complete documentation index at: https://docs.potpie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
- Your repository is connected and indexed in Potpie (quickstart)
- You have a pull request open that you want to review
Run the analysis
Open Ask on your codebase
Go to Potpie → Ask and select your repository.
Ask about the PR changes
Describe what the PR modifies and ask what it affects:Ask traverses the knowledge graph from every modified function outward, mapping all callers, dependents, and transitive effects.

