What problem does it solve? Reviewing pull requests manually means juggling diffs, CI checks, reviewer comments, merge conflicts, and branch permissions across multiple tools, and it is easy to miss blockers or accidentally rewrite someone else's branch. This Skill automates the full PR review workflow so a pull request moves closer to merge-ready state safely. ## Core Features & Use Cases - Comprehensive PR Inspection: Resolves a PR by number, URL, or current branch, then inspects the diff, checks, review decision, conflicts, and unresolved reviewer concerns against the base branch. - Safe Automated Fixes: Applies safe code, test, workflow, or documentation fixes directly on writable branches, resolves straightforward conflicts, and runs focused validation such as ruff, pytest, shellcheck, actionlint, or helm lint. - Agentic SDLC Review Mode: For PRs tied to an active Agentic SDLC run, switches to findings-and-readiness-only mode that never mutates the promoted PR head and routes required changes back through the SDLC coordinator. - Use Case: A teammate asks you to check whether PR #142 is ready to merge. The Skill fetches the PR state, finds a failing shell check, fixes the script on the writable branch, reruns shellcheck, and reports the PR as ready with no remaining blockers. ## Quick Start Ask the agent to review pull request number 142 against its base branch and report whether it is ready to merge.