verification
Installation
SKILL.md
Verification
Use the lowest verification level that proves the requested result:
| Level | Required evidence |
|---|---|
| L0 | Static checks such as the focused verification script, npx tsc --noEmit, tests, and build. |
| L1 | A real Agent run against the editor at localhost:5199, followed by structural and rendered evidence. |
| L2 | The packaged desktop app completing the user scenario, including human visual review where automation is insufficient. |
Runtime behavior changes require L0 + L1. Release and desktop-only changes also require L2 when the packaged app is the behavior under test.
Prefer two signals:
read_projectfor structure: assets, tracks, items, frame placement, timeline duration.- A visual capture path for rendered evidence at exact frames.