What problem does it solve? Addressing a large batch of PR review comments manually is error-prone: fixes get missed, sibling code paths with the same vulnerability go unpatched, and tests pass vacuously without proving anything. This Skill runs a structured 11-phase pipeline that takes a PR's review comments from triage to fully-resolved, with dual audits at both the planning and implementation stages. ## Core Features & Use Cases - Full Comment Triage: Pulls issue comments, inline review comments, and review summaries via the GitHub CLI, categorizing them into blockers, issues, suggestions, and nits, plus linked Jira ticket context. - Dual-Audit Planning and Implementation: A planner drafts fixes while two independent auditors check the plan for security/correctness and completeness/edge-cases; the implementation then receives the same dual-audit treatment before anything is pushed. - QA, Playwright, and Post-Mortem: Verifies every fix against Jira acceptance criteria, runs relevant Playwright e2e specs, and posts a post-mortem comment documenting each fix as Problem / Solution / Why it was missed. - Use Case: A reviewer leaves 6 blocking comments on a Django backend PR. Invoke the pipeline with the repo and PR number, and it triages the comments, plans fixes, audits the plan twice, implements in a git worktree, audits the implementation twice, runs tests and Playwright, pushes, and posts a post-mortem. ## Quick Start Ask the agent to fix the review comments on PR 1246 of the backend repository using the pr-review-fix pipeline.