886 B
886 B
name, description
| name | description |
|---|---|
| verify-evidence | Final verification evidence checklist. Use before finalizing implementation, review, or audit work to report changed files, checks run, artifacts, risks, and rollback notes. |
verify-evidence
Use this skill before finalizing implementation, review, or audit work.
Required final evidence
Include:
- changed files, or
nonefor read-only work; - tests/checks run with pass/fail result;
- relevant artifacts, run IDs, or log paths;
- unresolved risks and rollback notes when code changed.
Verification ladder
Prefer the smallest reliable check first, then escalate:
- Targeted unit tests for touched behavior.
- Typecheck for TypeScript changes.
- Integration tests for runtime/spawn/state changes.
npm pack --dry-runfor package/release/doc changes.- Real Pi smoke only when needed and safe.