What problem does it solve? When a GitHub pull request accumulates review findings from humans and bots, someone must act on each decision — fix, dismiss, defer, or clarify — without derailing the automated Fabrik Review stage or posting duplicate comments. ## Core Features & Use Cases - Decision-driven fixes: Applies minimal targeted fixes for confirmed findings, tracks dismissals and deferrals, and commits and pushes changes with finding-referenced messages. - PR review thread handling: Navigates directly to file and line from inline review thread comments, groups comments by thread ID, and resolves threads via the GitHub GraphQL API. - Bot finding triage: Evaluates [Bot Review Finding]-marked comments autonomously, fixes valid findings, and follows a No-Op Contract when nothing is actionable. - Security finding rigor: Requires reachability, trigger, and mitigation analysis before dismissing or resolving security-relevant findings. - Use Case: A Copilot bot posts three inline findings on a PR; the skill reads .fabrik-context/stage-Review.md, fixes the two valid ones, commits, pushes, and returns control to the engine without emitting FABRIK_STAGE_COMPLETE. ## Quick Start Act on the review comments for the current pull request by applying the user's decisions on each finding, then commit and push any fixes.