CurrentJune 2026AI-assisted debugging
Agentic Debugging Relay
Build a tiny tool that turns failing logs into a ranked debugging plan and a reproducible test checklist.
Submission window
June 1-28, 2026
Line limit
200 lines
Rubric
100 points
Prompt
Create a command-line or web helper that accepts an error log plus project context, then returns a ranked set of hypotheses, files to inspect, and tests to run.
Deliverables
- A public GitHub repository or gist
- A README with setup and one example input/output
- A short note describing how Cursor helped build or debug it
Cursor Skills
Multi-file context gatheringTest-first debuggingPrompted hypothesis ranking
Rubric
100 pointsReproducibility
30A reviewer can run the example and verify the output.
Cursor workflow
25The submission shows a concrete Cursor-assisted debugging technique.
Code focus
25The solution stays under the line limit and avoids overbuilt infrastructure.
Usefulness
20The output would save time on a real debugging task.