Use when the user wants regression hunting after a change. Identify nearby flows, shared code paths, error states, and configuration edges that may have broken even if the main fix works. Good triggers include "check for regressions", "what else might this have broken", and "test the surrounding area".
96
94%
Does it follow best practices?
Impact
98%
2.72xAverage score across 8 eval scenarios
Passed
No known issues
A backend team migrated a Go HTTP service from net/http to the chi router framework. No functionality was intentionally changed — just the routing layer. They want a thorough regression scout across all risk areas before releasing. Write your complete findings to report.md.
=============== FILE: inputs/go-service.md ===============
net/http ServeMux to chi v5 routermain.go, router/router.go (CHANGED), middleware/logging.go (CHANGED)evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
skills
regression-scout