Review a change
- Open Reviews and choose the repository.
- Select the relevant pull request and review run. Check the commit so you know which revision was analyzed.
- Inspect the findings, source context, and affected code. Follow the pull request or commit link to investigate further.
- Compare advisory findings with the run’s verification evidence, where present.
Graph context helps you look beyond the diff: callers, dependencies, and relationships can explain why a small edit has wider effects.
Review and verification
Advisory review findings and formal verification results answer different questions. A review can surface a concern to investigate. Verification compares supported changed functions and reports proof, a behavior change, empirical agreement, or an abstention. Use the Formal Verification view for the run history and per-function verdicts. Do not interpret a completed review as proof that all changed functions preserve behavior.Improve future reviews
Give feedback on the pull request with@graphify wrong <finding>, @graphify good <finding>, or @graphify suppress <rule>. Use exact finding names from the review.
The Learn view shows learned dismissals, suppressed patterns, and feedback history. This adjusts advisory surfacing without changing verification verdicts.