What problem does it solve?
This Skill turns recorded Rust crate review findings into verified fixes while keeping regression tests, validation results, and issue-file statuses synchronized.
Core Features & Use Cases
- Sequential Finding Repair: Processes one issue at a time instead of batching changes.
- Red-Green Verification: Writes failing regression tests for behavioral or API bugs before applying the smallest correct fix.
- Crate Validation: Runs the full crate test suite and strict Clippy checks after every fix.
- Issue Tracking: Marks each finding as fixed, deferred, or not a bug only after its required verification.
- Use Case: Point the Skill at an existing Rust crate issue file to repair its findings, add regression coverage, validate the crate, and leave the review record fully up to date.
Quick Start
Ask the bugfix-crate skill to work through the findings in the specified Rust issue file sequentially and verify every fix.