Agent pull-request checks that require setup logs, generated tests, and passing runtime evidence
Engineering teams piloting code agents can add a CI gate for agent-authored pull requests: the agent must show repository setup steps, the verification test it wrote or selected, and the exact command output proving the patch passed. The gate should fail when the environment was prebuilt by a human, when tests are missing, or when the agent stops after a partial fix.
SWE-Cycle gives a concrete template for this workflow. It separates environment reconstruction, code implementation, and verification test generation, then tests a FullCycle run in a bare repository. The reported FullCycle solve rates stay below 14% even when isolated setup and test-generation scores are much higher, which is a direct warning for teams that accept code-agent output after a narrow unit-test pass. SaaSBench adds the full-stack case: more than 95% of failures happen before deep business logic, mainly in setup, integration, premature stopping, and repeated debugging loops. A useful pilot can start with ten internal bug tickets and measure where each agent run fails across those same phases.