What problem does it solve? Coordinating pull request creation, local test verification, and review feedback collection across feature branches is repetitive and error-prone in multi-agent development workflows. This Skill automates the full PR lifecycle: enforcing a local test gate before pushing, opening the PR with gh CLI, and classifying reviewer comments and CI failures into structured, actionable task entries for a coordinator agent. ## Core Features & Use Cases - Mandatory Local Test Gate: Runs the configured test suite and build before any push or PR creation, blocking the workflow and reporting failures if tests do not pass. - Automated PR Creation: Opens pull requests with gh pr create using the correct base branch read from task files, with structured titles and bodies covering implementation summary, architecture decisions, and test coverage. - Structured Feedback Collection: Waits for CI and review activity, then classifies every comment as needs-code-change, ci-failure, question, or acknowledged in a standardized PR Feedback section. - Use Case: In a multi-agent coding workflow, after a coder agent finishes a feature branch, dispatch this agent to verify tests pass, open the PR against the correct base branch, and return a classified list of review comments so the coordinator can dispatch follow-up fix tasks. ## Quick Start Ask the agent to open a pull request for the current feature branch, run the local test gate first, and return the classified review feedback.