一键导入
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 页面并帮你完成安装。
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.
基于 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