google/verify changes
Runs unit tests to quickly verify changes during the development loop.
npx skills add https://github.com/google/ground-android --skill Verify Changes
Use this skill after each meaningful change to verify you haven't broken existing functionality.
Runs the local unit tests for the debug variant.
python3 .agent/skills/verify_changes/scripts/verify.py
Take google/verify changes from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.