원클릭으로
verify
Run the right verification commands based on what changed. Use when completing a change, before committing, or when asked to verify.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the right verification commands based on what changed. Use when completing a change, before committing, or when asked to verify.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | verify |
| description | Run the right verification commands based on what changed. Use when completing a change, before committing, or when asked to verify. |
Identify the highest-risk area touched, then run the matching row. If multiple areas changed, use the stricter set.
| Change type | Required commands |
|---|---|
| Docs/config only | (formatting handled by hook — skip) |
Frontend/UI (src/) | pnpm lint → pnpm build → pnpm test |
Rust/backend (src-tauri/) | cd src-tauri && cargo test -q |
| Release-sensitive or cross-stack | pnpm lint → pnpm build → pnpm test → cd src-tauri && cargo test -q → pnpm tauri build |
src-tauri/tauri.conf.json editsReport:
If you changed public IPC commands, payloads, or events, verify the corresponding docs/references/contracts/*.md was updated in the same change.
CI environment constraints, CodeQL patterns, and Cursor Cloud notes. Use when editing CI workflows, debugging CodeQL alerts, or working in Cursor Cloud.
Format delivery reports and PR descriptions. Use when preparing a commit, push, PR, or handoff.