verify-changes
Installation
SKILL.md
Verify Changes
Quick Reference: Detect project type → Run typecheck → Run lint → Run tests → Run build → Score results → Report readiness.
After making code changes, this skill runs comprehensive verification to catch issues before commit.
When to Use
- After implementing a feature
- After fixing a bug
- Before creating a PR
- When unsure if changes broke something
Verification Strategy
- Detect project type and available verification commands:
- Check package.json scripts (test, lint, typecheck, build)
- Check for pytest, cargo test, go test, forge test
- Check for CI workflow files to understand what CI runs