bugfix-crate
Installation
SKILL.md
Non-negotiable rules:
- Fix one finding at a time.
- For behavioral bugs, write the failing regression test before the fix.
- Run crate tests and clippy after every fix.
- Do not mark a finding fixed without the required verification.
- Use the
rustskill for crate-specific coding conventions before changing Rust code.
bugfix-crate
Inputs
$issues_file: Path to the crate findings file
Goal
Related skills