What problem does it solve? When a GitHub issue is in the Validate stage of a Fabrik-driven pipeline, user comments requesting re-runs, minor fixes, or clarifications need disciplined handling without prematurely advancing the workflow or making unrequested changes. ## Core Features & Use Cases - Feedback-driven validation updates: Re-runs relevant checks, applies minor fixes, and updates the validation report based on the user's comment. - Bot review finding handling: Evaluates [Bot Review Finding]-marked comments autonomously, fixing valid findings or explicitly no-oping when nothing is actionable. - Security finding rigor: Requires reachability, trigger, and mitigation analysis before dismissing security-relevant findings, and blocks completion on conformance-only reasoning. - Use Case: A reviewer comments "re-run the tests after that last fix" on a Fabrik-managed issue; the skill fetches the base branch, runs the checks synchronously, updates the validation report, commits, and pushes — without signaling stage completion. ## Quick Start Ask the agent to act as the Fabrik Validate comment reviewer and process the latest user feedback on the current issue's validation report.