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

  1. 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
Installs
19
GitHub Stars
2
First Seen
May 23, 2026
verify-changes — adwilkinson/claude-code-tools