What problem does it solve?
It helps you take over an existing pull request and turn it into a merge-ready change by updating it to the latest base branch, addressing review feedback, and resolving any CI regressions that block merging.
Core Features & Use Cases
- PR takeover and update: Rebases the PR branch onto the latest base branch so it stays compatible and avoids merge conflicts.
- Reviewer-feedback resolution: Reviews the fetched inline and general comments, implements requested changes, and replies to resolved threads.
- CI-focused stabilization: Runs local lint/format/test/typecheck checks, distinguishes pre-existing failures from PR-introduced ones, and updates code accordingly.
Example use case: you’re given a PR URL where reviewers requested changes and CI is failing; you use this skill to rebase, implement the missing fixes, get tests passing, push updates, and leave a clear review response.
Quick Start
Follow up on PR #9996 by rebasing it onto the latest base branch, applying reviewer-requested changes, running the relevant local checks, and force-pushing the updated branch.