What problem does it solve?
Shipping a feature end to end requires juggling planning, implementation, pull requests, independent review, corrections, and CI checks, and context or reasoning is often lost between these stages. This Skill owns one workstream autonomously across that entire lifecycle so nothing falls through the cracks.
Core Features & Use Cases
- End-to-End Workstream Ownership: Accepts an issue, PRD, document, existing plan, or free-form request and drives it through planning, implementation, PR creation, review, and CI.
- Independent Review Loop: Runs code review in a fresh context, dispositions every finding (fix, not-a-finding, follow-up, or declined), and re-verifies corrections until the verdict is READY TO MERGE.
- CI Gate Enforcement: Waits for all required CI checks to pass and invokes correction cycles for PR-caused failures before returning proof of completion.
- Use Case: Point it at a GitHub issue describing a new feature; it plans the work, implements it, opens a PR, gets it independently reviewed, fixes the findings, and returns only when review and CI are green.
Quick Start
Ask the agent to take this GitHub issue and ship it end to end as a reviewed pull request with green CI.