Rust Fix Discipline

Use when applying fixes to Rust code identified by an audit, code review, lint sweep, failing-test triage, or any "fix this list of findings" task. Enforces the discipline of "fix the cause the system architecture calls for, not the symptom" — explicit category choice (root-cause vs. local correctness vs. annotation; defer is forbidden) for each finding, refuses cosmetic conformance and band-aids, forbids unilateral workspace-level changes from a leaf-crate context, and requires honest verification reporting. Pair with `rust-quality` and `rust-gpu-discipline`, which encode the rules being enforced. Trigger when the user says "fix the audit findings", "address the review comments", "fix the clippy errors", "make the failing tests pass", "/fix", or dispatches a subagent to apply fixes from an audit document.

tomevault-io 2767916 2 files · 25.9 KB Updated

File contents

tomevault-io/skills-registry/tree/main/forecast-bio--ferray--rust-fix-discipline commit 27679164e2

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-fix-discipline