fix-issue

Installation
SKILL.md

fix-issue

Fix a GitHub issue in NeMo Speech from first principles: understand the bug, prove it with a test, and fix the root cause.

The key discipline is reproduce first, fix second. Writing the failing test before touching the source code forces a precise understanding of what broken actually means, which keeps the fix focused and correct.

Inputs

The issue number is the primary input. It may come from:

  • An explicit argument: /fix-issue 1234
  • The conversation context: "fix issue #1234"
  • A GitHub issue URL pasted into the chat

If no issue number is clear, and the description provided is not good enough, ask for more details before proceeding.

Before starting

Installs
1
GitHub Stars
17.8K
First Seen
4 days ago
fix-issue — nvidia-nemo/speech