ワンクリックで
code-review
Review code changes for correctness, style, and architectural consistency. Use before committing or when asked to review a PR.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code changes for correctness, style, and architectural consistency. Use before committing or when asked to review a PR.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | code-review |
| description | Review code changes for correctness, style, and architectural consistency. Use before committing or when asked to review a PR. |
| paths | ["src/**/*.rs","tests/**/*.rs","Cargo.toml"] |
Run each check in order. Stop on first failure.
types ← core ← data ← session ← state ← ui?self.session.xxx, State through self.state.xxxself.sql field usage — use active_sql()/set_active_sql()request_id for stale response guardsclear_result()/clear_search() used for mirror + tab syncsave_config_debounced() used (not direct save_config()) for non-preference changesneeds_repaint = true set in handlers (not ctx.request_repaint())icon_button in toolbar)//!) + English identifiers// =====...===== section separatorstype(scope): description formatcargo test passes.claude/rules/ file updatedcargo fmt --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test
cargo run --bin check-doc-links
Add, modify, or verify Gridix keyboard shortcuts. Use when asked to change a shortcut, fix key routing, add a keybinding, or understand the keyboard system.
Run the full pre-PR checklist. Use when asked to prepare a PR, check code before pushing, run pre-merge checks, or verify changes pass CI.
Execute the Gridix release checklist from bump to publish. Use when asked to release, bump version, publish a release, or tag a version.
Build, run, and drive the Gridix desktop database management app. Use when asked to start, run, launch, build, screenshot, or interact with Gridix.
Diagnose and fix Gridix build, launch, and test failures. Use when builds fail, the app won't start, tests break, or dependencies are missing.