ワンクリックで
review
Review uncommitted or staged changes for bugs, security issues, and code quality. Use before committing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review uncommitted or staged changes for bugs, security issues, and code quality. Use before committing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run a comprehensive codebase audit across architecture, quality, security, and performance dimensions. Dispatches specialized agents.
Run cargo check and clippy on the Rust workspace. Quick code quality gate.
Build and deploy garmin_api backend and/or frontend. Rebuilds WASM, Docker images, and restarts containers.
Run a Python tool via pipx (auto-installs if needed). Use for Playwright, black, ruff, etc. ALWAYS use this instead of pip install or direct python tool invocation.
| name | review |
| description | Review uncommitted or staged changes for bugs, security issues, and code quality. Use before committing. |
Review the current uncommitted changes in the repository.
git diff and git diff --cached to see all changes? operator vs unwrap.clone() callsFor each finding: severity (CRITICAL/HIGH/MEDIUM/LOW), file:line, issue, suggested fix. If changes look good, say so explicitly.