What problem does it solve? After a repository consistency sweep produces findings, triage decisions made in chat are lost unless written to disk. This Skill persists the user's apply, decline, and discuss decisions from a SWEEP snapshot into REVIEW_PREFERENCES.md so future sweeps suppress declined findings and track applied fixes. ## Core Features & Use Cases - Triage persistence: Reads triage values (apply, decline, discuss) from a SWEEP snapshot and appends them to the corresponding tables in REVIEW_PREFERENCES.md. - Suppression anchoring: Computes git file hashes for declined findings so suppression entries age out when the underlying file changes. - Deduplication: Updates existing rows keyed by bug class and file path instead of appending duplicates, and updates TASK_STATE.md with a triage summary. - Use Case: After running repo-consistency-sweep and marking each finding as apply, decline, or discuss in the snapshot, run this Skill to record those decisions permanently so the next sweep does not re-report declined items. ## Quick Start Persist the triage decisions I marked in the latest SWEEP snapshot into REVIEW_PREFERENCES.md and update the task state.