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.zipInstalls 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.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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| verify-changes (this skill) | 3 | 6mo | Review | Beginner |
| python-testing-patterns | 77 | 2mo | Review | Intermediate |
| pr-review | 6 | 2mo | Review | Intermediate |
| pytest | 8 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by google
View all by google →You might also like
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
pr-review
pytorch
Review PyTorch pull requests for code quality, test coverage, security, and backward compatibility. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR".
pytest
prowler-cloud
Pytest testing patterns for Python. Trigger: When writing or refactoring pytest tests (fixtures, mocking, parametrize, markers). For Prowler-specific API/SDK testing conventions, also use prowler-test-api or prowler-test-sdk.
code-change-verification
openai
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
django-verification
affaan-m
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
python
alinaqi
Python development with ruff, mypy, pytest - TDD and type safety