---
name: Skill Change Verification
slug: skill-change-verification
category: Quality
description: Skill Change Verification selects the smallest sufficient checks for a Skill change and records what the evidence supports. Use it to classify impact, choose checks, and report residual risk for reviews.
github: "https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-change-verification"
language: Python
stars: 193
forks: 27
install: "npx degit https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-change-verification ~/.claude/skills/skill-change-verification"
installs_to: ~/.claude/skills/skill-change-verification
source_path: skills/en/skill-engineering/skill-change-verification/SKILL.md
collection_size: 25
category_size: 1662
collection_url: "https://dirskills.com/collections/naodeng/awesome-qa-skills"
added: 2026-09-05T05:31:33.296Z
last_synced: 2026-09-05T05:31:33.296Z
canonical_url: "https://dirskills.com/skills/skill-change-verification"
---

# Skill Change Verification

Skill Change Verification selects the smallest sufficient checks for a Skill change and records what the evidence supports. Use it to classify impact, choose checks, and report residual risk for reviews.

**Install:**

```bash
npx degit https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-change-verification ~/.claude/skills/skill-change-verification
```

## README

# Skill Change Verification

Use this Skill to select the smallest sufficient checks for a change and state exactly what the evidence supports.

## Workflow

1. Classify content, metadata/directory, script, Eval, and runtime impact.
2. Select static, structural, evaluation, runtime, and human-review evidence.
3. Record commands run, results, omitted checks, and reasons.
4. Report residual risks and claims that are and are not supported.

## Constraints

- `skill-up validate` is not runtime semantic validation.
- Mark undiscoverable commands as confirmation items; never guess.
- Cover the actual diff instead of hiding gaps behind a full-suite run.

Read `prompts/skill-change-verification.md` before producing a report.
