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
1
Open Ask on your codebase
Go to Potpie → Ask and select your repository.
2
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.
3
Review the impact map
Ask returns:
- Every function, class, and module that depends on the changed code
- Each call site with its exact file path and line number
- Areas of the codebase most likely to regress from this change

