verify
Installation
SKILL.md
Run verification on the current changes:
-
Find changed files:
git diff --name-only HEADAlso include any files you've been editing in this session.
-
Style check on each changed Python file or its parent directory:
python setup.py style --scope <path>If issues are found, fix them with
--fixand report what changed.