What it does
Quality-engineering role agent: reads the CI logs, coverage, mutation and incident evidence you paste and answers the two questions a quality engineer is asked — whose failure is this, and do these tests catch anything. Eleven deterministic capabilities, no repository access, no network, and no fixture to fall back on.
Example prompts
- CI is red. Here is the failing job log and the files the PR touched - is this our code, a flaky test, or the runner?
- Here is the mutation report from last night. Which of our tests caught nothing?
- Here is our coverage report. Which untested code would actually hurt us if it broke?