google / verify-changes
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/verify-changes && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1818" && unzip -o skill.zip -d .claude/skills/verify-changes && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/verify-changes/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Runs unit tests to quickly verify changes during the development loop.
0 views
0 installs
Skill Content
--- name: Verify Changes description: Runs unit tests to quickly verify changes during the development loop. --- # 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 ```