Bugfix Crate

Work a Rust crate's recorded issue file to green — one finding at a time, disciplined and sequential: for each finding, write the failing regression test first, apply the smallest correct fix, run the full crate's `cargo test` and `cargo clippy -D warnings`, then mark the finding FIXED / Deferred / Not-a-bug in the issue file before moving on. Never marks a finding fixed without its verification pass, never batches findings, and never buries a warning under `#[allow]` or swaps a real fix for a comment — the issue file and crate state stay in sync after every fix. Use only when the user asks to fix findings from an existing crate issue file.

ulpi-io cdd52d2 4.0 KB Updated

File contents

ulpi-io/skills/tree/main/bugfix-crate commit cdd52d2fed

Frequently asked questions

npx skillmds add ulpi-io/bugfix-crate