Executable testing and agent-ready bug reports
ReProAgent converts issue reports into fail-to-pass tests through repository exploration, code-graph retrieval, and runtime validation. It reproduced 58.43% of SWT-bench-lite issues and 70.30% of SWT-bench-verified issues at an average cost of $0.14 each. TestAgent applies a planner, generator, and reviewer around a test-specific repository graph. On six Java projects, it reached 92.34% line coverage and an 83.69% mutation score; it also detected 154 real bugs with 92.22% precision.
The input report matters as much as the execution loop. An analysis of 441 SWE-bench Verified bug reports found that affected-code locations and suggested fixes had the strongest positive associations with successful repair. This supports concise reports that narrow the search and repair space.