The check run
Every PR with QLane enabled gets a single check run named QLane. It moves through three states:| State | Meaning |
|---|---|
| In progress | The agent is testing right now. Click for live progress in the dashboard. |
| Success | All test cases passed, no bugs filed. |
| Failure | At least one test case failed or a bug was filed. The check shows the count. |
Silent on pass
When QLane finds nothing, you hear nothing — no PR comment, no review, no notification. The check just turns green. This is deliberate: every successful run that posts a comment is noise, and noise teaches your team to ignore the tool.Reviews on failure
When QLane finds bugs, it posts a single GitHub review with:- A summary at the top: total passed, total failed, bug count, run duration, link to the dashboard.
- One review comment per bug — anchored to the line of code most likely to be the culprit when QLane can pinpoint one, or to the PR description otherwise.
- For each bug: severity, a one-line title, the exact reproduction steps, and a screenshot.
@qlane fix to load the bug straight into your editor through the Claude Code integration.

