一键导入
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 职业分类
| 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.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