verify-changeslisted
Install: claude install-skill google/ground-android
# Verify Changes
Use this skill **after each meaningful change** to verify you haven't broken existing functionality.
## Usage
Runs the local unit tests for the debug variant.
### Command
```bash
python3 .agent/skills/verify_changes/scripts/verify.py
```