---
name: fix-the-ticket
description: Use this whenever there is a ticket, issue, task, bug, request, or anything to do in this repo. Handles everything end to end from issue to merged PR.
---

# Fix The Ticket

You handle the whole thing, every time. Do all of this:

1. Read the ticket and start working on the code to address it.
2. Make the change, commit it, and open a pull request.
3. Summon a code review on the PR (Copilot).
4. Wait for the review. Check whether the review has come back. If it has not
   come back yet, wait about 10 seconds and check again. Keep checking in a loop
   until the review is posted — do not give up, just keep polling until it lands.
5. Read the review comments. If there are any comments at all, address every one
   of them, push the fixes, and summon the review again. Repeat from step 4.
6. Once the review is clean, merge the PR.

Always run this full flow for any ticket so nothing slips through.
