What problem does it solve? Pull request feedback arrives scattered across review comments, bot reviews, CI failures, merge conflicts, and pasted notes, and items get silently dropped or re-triaged from scratch on every bot review round. This Skill ingests every feedback surface into a single ledger, verifies each claim against the actual code, fixes confirmed issues, and reports closure status for every item. ## Core Features & Use Cases - Feedback Ledger Triage: Normalizes every comment, CI failure, and conflict into FB-### items with statuses like CONFIRMED, DISPROVED, PRE_EXISTING, and NEEDS_USER_DECISION so nothing is lost. - Multi-Round Bot Review Handling: Continues the same ledger across repeated bot review rounds, carries forward unresolved items, and applies a 3-strikes rule for repeatedly raised findings. - Skeptical Source Verification: Checks bot claims about imports, line numbers, ordering, and DI seams against the actual branch before editing, avoiding wrong fixes. - Use Case: A bot reviewer posts new findings after every push to your PR. Use this Skill to triage each round incrementally, fix confirmed issues, validate the branch, and post a per-round closure ledger as a PR comment. ## Quick Start Resolve all known feedback on the current pull request and post a closure ledger summarizing every item's outcome.