verify

Installation
SKILL.md

Run verification on the current changes:

  1. Find changed files:

    git diff --name-only HEAD
    

    Also include any files you've been editing in this session.

  2. Style check on each changed Python file or its parent directory:

    python setup.py style --scope <path>
    

    If issues are found, fix them with --fix and report what changed.

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