.agents/skills/code-change-verification/SKILL.md
Use this skill to review code changes consistently before merge, before release, and during incident follow-up.
Run the full checklist in rust-code-quality — the canonical Rust review checklist for the unwrap/casting/cloning/locking/recursion/error-type/serde/test rules and the reuse-and-necessity checks (duplicated helpers, defensive branches without a nameable trigger, redundant error wrapping). Do not restate those rules here; carry its P0–P3 ratings over unchanged and use this skill's output format.
path:line referenceNo findings and why.[P1] Missing timeout for downstream call
path/to/file.rs:123