What problem does it solve?
Open pull requests often accumulate unresolved review comments and failing CI checks that require tedious manual triage. This Skill automates the full remediation loop so a PR can move toward merge without back-and-forth effort.
Core Features & Use Cases
- Review Comment Resolution: Addresses valid code review concerns, resolves invalid ones with explanations, and uses documented product principles to decide ambiguous feedback autonomously.
- CI Failure Repair: Fixes failing unit and E2E tests, updates snapshots, and ensures all checks pass on the latest PR run.
- Commit, Push, and Report: Commits and pushes all changes via the pr-push step, then posts a consolidated success or failure summary comment on the PR using the GitHub CLI.
- Use Case: A reviewer leaves three comments and the lint check fails on your PR. Invoke this Skill to fix the code, push the changes, and post a summary comment without manual intervention.
Quick Start
Fix all outstanding review comments and failing CI checks on the current branch's pull request, then push the changes and post a summary comment.