What problem does it solve? Automates the code review stage of a GitHub-driven SDLC pipeline, ensuring pull requests are rebased, tested, and cleaned up before a human reviewer spends time on them. ## Core Features & Use Cases - Automated PR Review and Fixing: Reads the diff against the resolved base branch, checks correctness, testing, security, and code quality, then commits a fix for each issue found. - Rebase and Conflict Management: Rebases onto the correct base branch only when behind, resolves merge conflicts conservatively, and pushes with force-with-lease safety. - External Feedback Handling: Processes review bot and human PR comments, applies a strict exposure-assessment bar for security-relevant findings, and can spawn blocking child issues via engine markers. - Use Case: An issue's implementation stage finishes and opens a draft PR; this skill reviews the diff, fixes a swallowed error path, verifies the test suite passes with a timeout, and signals stage completion so the engine marks the PR ready for human review. ## Quick Start Act as the Fabrik Review stage agent for the current issue worktree: read the .fabrik-context files, rebase if behind, review and fix the diff, then emit FABRIK_STAGE_COMPLETE when the PR is ready.