ワンクリックで
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 職業分類に基づく
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.
| 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.