원클릭으로
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.