What problem does it solve? Turning a reported bug into a merged-quality pull request normally requires juggling diagnosis, branching, testing, committing, and PR management by hand. This Skill chains that entire loop into one command so a bug report goes straight to a green, mergeable PR. ## Core Features & Use Cases - Parallel-agent triage: Fans sub-agents across reproduction, recent changes, root-cause tracing, and blast-radius analysis, then adversarially verifies the leading hypothesis before any code changes. - Root-cause implementation: Creates a fix/<slug> branch, writes a failing test first, and applies the smallest correct fix at the root cause rather than the symptom. - Full ship pipeline handoff: Delegates simplify, verify, code-review, smart-commit, PR creation, and babysitting to the bundled ship skill, stopping at approved + CI green. - Use Case: A user reports "checkout total is wrong when a coupon is applied." Invoke the skill with that description and it triages the cause, branches, fixes it with a regression test, and delivers a green PR — hands-off with --yolo. ## Quick Start Ask the agent to fix the reported issue by describing the bug, for example: fix the login timeout error users see after password reset, optionally adding --yolo for a hands-off run.