# Swebench Debugging

> Apply a focused reproduce-fix-test workflow to SWE-Bench repository tasks.

- Skill: `nvidia/swebench-debugging` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nvidia/swebench-debugging`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia/swebench-debugging/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: NVIDIA (https://skillmd.com/u/nvidia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nvidia/swebench-debugging

---


# SWE-Bench Debugging

1. Read the task and locate the smallest relevant implementation and test surface.
2. Reproduce the reported behavior before editing when the environment permits it.
3. Make the narrowest implementation change that addresses the root cause.
4. Run the focused regression test first, then the nearest existing test module.
5. Inspect the final diff for generated files, debug output, and unrelated changes.

Do not modify tests merely to make an incorrect implementation pass.

