VE

verify-changes

Executes local unit tests to confirm changes haven't introduced regressions.

Install

mkdir -p .claude/skills/verify-changes && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1818" && unzip -o skill.zip -d .claude/skills/verify-changes && rm skill.zip

Installs to .claude/skills/verify-changes

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Runs unit tests to quickly verify changes during the development loop.
70 charsno explicit “when” trigger
Beginner

Key capabilities

  • Run local unit tests
  • Verify code stability
  • Provide quick feedback loop

How it works

Executes a python script that triggers the local unit test suite for the current debug variant.

Inputs & outputs

You give it
Code changes
You get back
Test execution results

When to use verify-changes

  • Running unit tests after refactoring
  • Verifying feature implementation
  • Sanity checking code before commit

About this skill

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

python3 .agent/skills/verify_changes/scripts/verify.py

When not to use it

  • Long-running integration tests
  • Deployment pipeline execution

Prerequisites

Python 3Local test suite

Limitations

  • Limited to local unit tests
  • Requires configured test environment

How it compares

Automates the verification step immediately after changes to ensure existing functionality remains intact.

Compared to similar skills

verify-changes side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
verify-changes (this skill)36moReviewBeginner
python-testing-patterns772moReviewIntermediate
pr-review62moReviewIntermediate
pytest87moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry