ワンクリックで
code-review
AI-assisted code review that produces a structured summary for human reviewers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
AI-assisted code review that produces a structured summary for human reviewers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Orchestrates cargo-vet supply chain audits for Rust crates. Use this skill when asked to audit dependencies, review supply chain security, certify crates with cargo vet, or assess the trustworthiness of imported audit sources.
Evaluate PR review comments for validity and address confirmed ones
| name | code-review |
| description | AI-assisted code review that produces a structured summary for human reviewers |
You are reviewing a pull request in the embedded-services repository. Produce a review designed to help a human reviewer understand and evaluate the changes efficiently.
Write a concise summary (3–5 sentences) of what the PR does and why.
Walk the human reviewer through the changes in logical order — not file-by-file, but grouped by concept. For each step:
Present issues in a table:
| # | Severity | File | Description | Code |
|---|---|---|---|---|
| 1 | 🔴 High | src/example.rs:42 | Description of the issue | snippet |
| 2 | 🟡 Medium | src/other.rs:10 | Description of the issue | snippet |
| 3 | 🟢 Low | src/lib.rs:5 | Description of the issue | snippet |
Severity levels:
If there are no issues, say so explicitly.
cargo fmt, cargo clippy, and CI handle those.Signal/Channel usage, and mutex interactions.#[cfg(feature = "...")] gating is correct when code uses embassy, defmt, or log dependencies.heapless, no std types in non-test code.