# PR reviews now catch coverage gaps before posting

> The PR review agent runs a structured self-check after testing and fixes gaps it finds – then surfaces what it couldn't reach.

Source: https://qa.tech/changelog/2026-06-29-pr-reviews-catch-coverage-gaps · Published: 2026-06-29

---
After gathering test results, the agent now pauses to audit its own work before writing the [review](https://qa.tech/product/pr-testing): did it actually verify the highest-risk changes? Are there changed surfaces with no test at all? Did any test reach the right outcome through the wrong path? When it finds a fixable gap, it creates or edits tests and re-runs them before finalizing.

When a setup blocker prevents it from testing part of the PR – missing account credits, a feature flag left off, no required configuration – it now surfaces this under a collapsible "Suggestions" section with a "Fix in chat" link so the coverage isn't quietly dropped.
