Turn every GitLab merge request into a clear QA report powered by AI. The flow reviews code changes, scores risk, and sends results to the right people. It helps dev and QA teams move faster with less back and forth.
When a merge request is opened or updated, the GitLab trigger fires. The flow pulls the diff from GitLab, checks that changes exist, and passes the diff to Anthropic Claude. A strict output parser shapes the answer into Risk Level, Summary, Issues, Recommendations, and Test Cases. An auto fixing parser cleans any format errors so reports stay structured. A code node builds the email list for each project, Gmail sends an HTML report, and the same summary is posted back as a comment on the merge request.
Setup needs GitLab API access, an Anthropic key, and a Gmail account. Teams can expect the first pass review to drop from around half an hour to a few minutes, with fewer missed edge cases due to suggested test cases. Great for engineering managers, QA leads, and development teams that want consistent reviews across many projects. It also scales well because the flow can handle many merge requests in a day without extra manual work.