01
What this skill does
Use this skill after a hack-review report or equivalent PR feedback. It builds a disposition ledger for every finding, intentional exception, and coverage gap before changing code, then fixes only what still applies and preserves evidence for challenged or narrowed items.
02
When to use it
- SignalVerifying that each hack-risk finding still applies to the current diff.
- SignalFixing ownership problems without mechanically deleting necessary guards.
- SignalClosing or carrying forward `Not covered` ownership boundaries.
03
How it works
- 01
Read the review report and enumerate every finding, exception, and coverage gap.
- 02
Verify each item against the current code before planning edits.
- 03
Create a disposition ledger: fix, disprove, narrow, confirm, or carry forward.
- 04
Apply scoped fixes while naming affected ownership boundaries and regression risk.
- 05
Report the final disposition for every item without staging unless explicitly asked.
04
What you get back
- SignalA disposition ledger for the entire report.
- SignalEvidence-backed code changes for confirmed items.
- SignalA summary of disproven, narrowed, intentional, and carried-forward items.
05
Important boundaries
- SignalDo not execute the report mechanically.
- SignalDo not stage changes unless the current request explicitly asks for staging or committing.
- SignalNarrow or ask before editing if the fix would broaden behavior or weaken ownership boundaries.
06