What problem does it solve?
This Skill removes the extra work of re-entering fields when a drover implementer’s Projected fix turned out to be correct, letting you quickly mark the ticket as verified and close it.
Core Features & Use Cases
- Promotes Projected → Actual: Copies hypothesis, proposed fix summary, and commit SHA from the ticket’s
### Projected block into a new ### Actual block.
- Records verification metadata: Sets divergence to
none, effectiveness to verified, and tracks verified_at and captured_by.
- Closes the ticket workflow: Removes review/implementing/lane labels, adds
lane-done, and sets status to closed.
Use case: After running implementer work, you find the ticket’s ### Projected section matches what actually happened—use this Skill to confirm and close without rerunning the full solution-capture prompt.
Quick Start
Run /drover:verify <ticket-id> to promote the ticket’s Projected fields into Actual, mark it verified, and close the ticket.