
Covers NVIDIA Engineering Testing Debugging
Description
Apply a focused reproduce-fix-test workflow to SWE-Bench repository tasks.
SKILL.md
SWE-Bench Debugging
- Read the task and locate the smallest relevant implementation and test surface.
- Reproduce the reported behavior before editing when the environment permits it.
- Make the narrowest implementation change that addresses the root cause.
- Run the focused regression test first, then the nearest existing test module.
- Inspect the final diff for generated files, debug output, and unrelated changes.
Do not modify tests merely to make an incorrect implementation pass.
More from NVIDIA
View publisherSkillTagsUpdated
nemoclaw-user-guide
retrieve NemoClaw documentation and configuration
NemoClaw
Jul 20DocumentationMCPSearchmcore-build-and-dependency
manage Megatron-LM development environments
Megatron-LM
Jul 27ContainersDeploymentPythonmcore-bump-base-image
update NVIDIA PyTorch base images
Megatron-LM
Jul 14CI/CDDeploymentmcore-cicd
manage CI/CD pipelines for Megatron-LM
Megatron-LM
Jul 27CI/CDDeploymentGitHubmcore-create-issue
investigate CI failures and create issues
Megatron-LM
Jul 14DebuggingGitHubTriagemcore-linting-and-formatting
lint and format Megatron-LM code
Megatron-LM
Jul 14Best PracticesCode Analysis