원클릭으로
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 직업 분류 기준
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.
| 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