What problem does it solve?
Opening a pull request is not the end of the work — CI failures, review comments, and stale metadata all need continuous attention. This Skill enforces a disciplined loop so a PR is only considered done when CI is green and every comment has been triaged.
Core Features & Use Cases
- Structured PR authoring: Writes titles and bodies following the repo's AGENTS.md template, including call-path diffs, verification sections, and correct label application via
gh label list.
- Pre-push review gate: Runs a
pre-push-review before every push, forbids force-pushes on open PR branches, and requires a clean working tree.
- Post-push loop: Watches CI to a terminal state, triages every bot and human comment (fix, reply, react), escalates design trade-offs to maintainers, and optionally triggers a deep
douwebot review.
- Use Case: After pushing a feature branch, the Skill watches CI, fixes a failing test, replies to three review comments with code evidence, applies the
feature label, and only hands the PR back once a fresh subagent confirms the title and body are current.
Quick Start
Open a pull request for my current branch and keep iterating on it until CI is green and every review comment is resolved.