What problem does it solve?
Resolving repository issues reliably by reproducing the failure, applying the smallest credible fix, and proving the fix with targeted verification.
Core Features & Use Cases
- Reproduction-first workflow: turns an issue description into a concrete failing hypothesis and a rerunnable reproduction script.
- Minimal patch crafting: edits the smallest non-test change set that addresses the root cause while preserving test integrity.
- Verification with traceability: runs the relevant reproduction and test/verification commands and records what succeeded or failed, including reflection and retry guidance.
Quick Start
Ask the AI to run the swe-agent workflow: reproduce the issue with a file-backed script, implement the minimal fix using the provided editor workflow, then verify using the reproduction path and the relevant tests before handing off the final git patch.